You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by rey abe <re...@ucs.at> on 2005/05/10 11:31:58 UTC

tiles and static includes?

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org