Re: Tiles and struts tags

2007-08-27 Thread Antonio Petrelli
2007/8/11, Jim Reynolds <[EMAIL PROTECTED]>: > > Struts 1.29 app that uses tiles definitions. Question is: I am finding > myself having to call the taglib in the layout, and also in each > tile. If I take the taglib out of any of the jsp pages that is a tile, > then the page fails to display becau

Re: Tiles and Struts not using same local initially

2006-12-12 Thread Antonio Petrelli
Matthias Stoll ha scritto: Hi there. I have a Tiles / Struts application. When using i18n in Struts (property files) everything works fine, even if the user has selected a language in his browser (e.g. en as preferred language, struts loads the property_en file). Tiles is not doing so. It loa

Re: Tiles and Struts

2006-06-27 Thread Alex Rodrigues da Silva
Thanks, the error was the name. i changed to portal.index where was /jsp/frameset.jsp. Monkeyden wrote: Your forward's path needs to point to the tile-def name (portal.index), not the JSP page that defines the tile-def (/jsp/frameset.jsp). Also, be sure you are using either the tiles plug

Re: Tiles and Struts

2006-06-27 Thread Monkeyden
Your forward's path needs to point to the tile-def name (portal.index), not the JSP page that defines the tile-def (/jsp/frameset.jsp). Also, be sure you are using either the tiles plugin or the TilesRequestProcessor. OR On 6/27/06, Alex Rodrigues da Silva <[EMAIL PROTECTED]> wrot