« Return to Thread: problems nesting TileResults....

Re: problems nesting TileResults....

by Darren James :: Rate this Message:

Reply to Author | View in Thread

Hi Antonio,

I got a 2.0.6 snapshot and the issue is fixed!  Thanks much for the
tip.  Also noteworthy is that
now that I have actions that can forward to tiles which have nested
within them actions that also
forward to tiles (whew), in order for action context to be available to
JSP pages I had to follow
the steps to include the struts-cleanup filter in web.xml.  The docs on
the struts2 site say that this
filter is solely for the purpose of sitemesh integration, but apparently
it's beneficial to tiles
integration as well....

thanks again,

- Darren.

Antonio Petrelli wrote:

> 2008/5/13 Darren James <jdjames@...>:
>  
>> i downloaded the 2.0.5 version of tiles, and i see the same issue....
>>  seems to be a pretty severe limitation of tiles....
>>    
>
> It's not a limitation, it's a bug :-)
> https://issues.apache.org/struts/browse/TILES-232
>
> Try using the SVN version of Tiles (branch: TILES_2_0_X):
> http://svn.apache.org/repos/asf/tiles/framework/branches/TILES_2_0_X/
> Or you can use the 2.0.6 snapshots:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/tiles/
>
> Antonio
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@...
> For additional commands, e-mail: user-help@...
>
>  

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: problems nesting TileResults....