I wondered if it is somehow possible to make tiles templates perform like static includes. (i.e. the the template's includes should be copied before compilation of the jsp)
The problem is that I have a number of very complex pages that are made out of fragments that depends on each other. (taglibs in the included page depend on parent taglibs that are opened in the including page (a lot of <nest:..> tags) and on <bean:define>s in the including page) I know I could somehow solve it by making a parameter out of every dependancy and work with dynamic including, but it would be a real hassle to identify all dependancies for each include and some contexts like the nesting level of for the <nest> tags can't easily be passed as a parameter. (at least from what I could figure out) Of course I would appreciate any other solution to this problem too :) ------------------------------------- Rey Abe UCS - unique computing solutions gmbh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]