Michael Horwitz wrote:
On 22/02/2008, *tibi* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    yes thougth about that... if thats the prefferd way of doing such a
    thing is can use that.

    i'm used to tiles but this will work to


AppFuse uses SiteMesh as the replacement for tiles: http://www.opensymphony.com/sitemesh/

This is good for overall decoration, possibly including navigation or a dashboard, etc. You can create multiple decorators for use of different parts of your site. I was under the impression that the OP was looking for a way to re-use a chunk of jsp in different parts of different pages (possibly even recursively), which is why I suggested .tag files. I would like to warn the OP, though, that I had issues under tomcat6 with .tag files calling .tag files and having arguments get passed correctly, though. It works correctly in tomcat5.5, and I've now switched to glassfish where it also works as I expected. Since the auto-generated tag can except EL arguments, but does not parse OGNL ones, it makes it slightly more difficult, too.

-Dale


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to