Re: Is TilesResult compatible with Struts 1.x Tiles?

2008-02-24 Thread Ealden Escañan
On Sun, Feb 24, 2008 at 3:41 AM, Antonio Petrelli [EMAIL PROTECTED] wrote: 2008/2/23, Ealden Escañan [EMAIL PROTECTED]: Is struts2-tiles-plugin compatible with Struts-Tiles? No. Use Tiles 2. At Tiles site you can find a migration guide: http://tiles.apache.org/migration/index.html

Is TilesResult compatible with Struts 1.x Tiles?

2008-02-23 Thread Ealden Escañan
Hi, all I'm currently integrating Struts 2.0.11 in my current project to run side-by-side with Struts 1 and slowly migrate from there. We are using Jakarta (yes) Struts 1.2.8 and Struts-Tiles. I am trying to forward to a tile using TilesResult, but I get a Error rendering tile error because of

Re: Is TilesResult compatible with Struts 1.x Tiles?

2008-02-23 Thread Antonio Petrelli
2008/2/23, Ealden Escañan [EMAIL PROTECTED]: Is struts2-tiles-plugin compatible with Struts-Tiles? No. Use Tiles 2. At Tiles site you can find a migration guide: http://tiles.apache.org/migration/index.html Ciao Antonio - To