sorry for the long time to respond.
and yes,that's exactly the problem i have.
i have a full bunch of views (think properties files and such) on which i must iterate accordingly to the model's appdef.
typically i have the following structure in the configuration pattern :
controller/
+ maincontroller.pat
views/
+ amodule/
++ file.properties.pat
++ anotherfile.properties.pat
+ another_module/
++ file.properties.pat
++ anotherfile.properties.pat
and the model could contain one or more modules accordingly of the deployement strategy of the application.
so my problem actually is that i cannot iterate in the pattern folder, i have to hack my way in copying all the views into the project which contains the appdef and iterate on it, then subtitute the resulting path to actually get the right view.