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

Tiles and struts tags

2007-08-10 Thread Jim Reynolds
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 because it cannot find the taglib from the template layout.

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

Tiles and Struts not using same local initially

2006-12-12 Thread Matthias Stoll
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 loads the default definition fil

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

Tiles and Struts

2006-06-27 Thread Alex Rodrigues da Silva
Hi, I´m trying to use tiles with struts. in my tiles-defs.xml i have in my struts-config i have path="/logonAction" scope="request" type="br.com.stasolutions.login.WSFLogonAction" validate="true"> in my

RE: using with Tiles and Struts

2005-03-25 Thread Fumo, Vince
thank you.. I totally missed that.. Appreciated! -Original Message- From: Benedict, Paul C [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:57 PM To: 'Struts Users Mailing List' Subject: RE: using with Tiles and Struts Ah. Yes, that's the problem... The tag is t

RE: using with Tiles and Struts

2005-03-25 Thread Benedict, Paul C
apache.org/site/downloads/downloads_taglibs-standard.cgi -Original Message- From: Fumo, Vince [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:50 PM To: 'Struts Users Mailing List' Subject: RE: using with Tiles and Struts I'm assuming you mean the jar? It's

RE: using with Tiles and Struts

2005-03-25 Thread Fumo, Vince
.fmt.MessageTag I'm assuming now that I somehow am using the wrong tld.. if I am, can you direct me to the correct one? -Original Message- From: Benedict, Paul C [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:43 PM To: 'Struts Users Mailing List' Subject: RE

RE: using with Tiles and Struts

2005-03-25 Thread Benedict, Paul C
Did you accidentally include the run-time version of fmt? -Original Message- From: Fumo, Vince [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:38 PM To: 'Struts Users Mailing List' Subject: RE: using with Tiles and Struts That was close to the first way I went about

RE: using with Tiles and Struts

2005-03-25 Thread Fumo, Vince
TECTED] Sent: Friday, March 25, 2005 2:27 PM To: 'Struts Users Mailing List' Subject: RE: using with Tiles and Struts Vince, You need to import the Tiles attribute before you reference it: Thanks, Paul -Original Message- From: Fumo, Vince [mailto:[EMAIL PROTECTED] Sen

RE: using with Tiles and Struts

2005-03-25 Thread Benedict, Paul C
Vince, You need to import the Tiles attribute before you reference it: Thanks, Paul -Original Message- From: Fumo, Vince [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 2:11 PM To: 'user@struts.apache.org' Subject: using with Tiles and Struts I am building a

using with Tiles and Struts

2005-03-25 Thread Fumo, Vince
I am building a Struts Web application and I'm using Tiles for the first time. I have it all set up and working nicely. My problem comes in the fact that I want to use a standard messages.resources file for my page titles. For example home.title=Main Home Page info.title=Intro Page etc. I am u