I'd like to use Tiles with WebWork for reasons outlined on my blog:

http://raibledesigns.com/page/rd?entry=large_sites_powered_by_java

I'm able to get the Tiles tag library to work, because it's
essentially JSPs loading other JSPs at that point. Creating a
tiles-config.xml file is a much better solution IMO - then you don't
need to create JSP-loading JSPs.

I tried to get WebWork + Tiles working (using a nightly build), but no
dice. The TilesFilter doesn't seem to load the definitions, so I tried
using both the TilesServlet and the TilesFilter. TilesFilter is mapped
to *.tile and all my view names in xwork.xml map to viewname.tile. I'm
guessing the problem is WebWork communicating the name of the tiles
definition to the filter.

Is it possible to integrate these two frameworks?

Thanks,

Matt

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

Reply via email to