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
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.
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
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
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
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
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
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
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
.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
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
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
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
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
14 matches
Mail list logo