RE: tiles and parameters

2003-10-03 Thread Matt Raible
and parameters Solution number 2, propagate the value down: headerContentFooter.jsp: nav_key = <%=nav_key%> -Original Message- From: Manish Singla [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 4:15 PM To: Struts Users Mailing List Subject: Re: til

RE: tiles and parameters

2003-10-03 Thread Yann Lebreton
Solution number 2, propagate the value down: headerContentFooter.jsp: nav_key = <%=nav_key%> -Original Message- From: Manish Singla [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 4:15 PM To: Struts Users Mailing List Subject: Re: tiles and parameters Y

Re: tiles and parameters

2003-10-02 Thread Manish Singla
You are getting error because "nav_key" is in page context. thus you cannot retrieve value in included page... YOu may use in headercontentfooter.jsp Frank Maritato wrote: Hi all, I'm having a problem passing a parameter down from a tiles definition to a jsp. I can access the value easily in the

Re: tiles and parameters

2003-10-02 Thread Frank Maritato
That didn't work. First I got a ClassCastException because its actually of type org.apache.struts.tiles.DirectStringAttribute and not java.lang.string. Even after I adjusted for that, however, I still was not able to see nav_key or local_nav_key in samplecontent.jsp. That tiles reference was ve

Re: tiles and parameters

2003-10-02 Thread Christopher C Worley
Frank, Try this in headerContentFooter.jsp nav_key = <%=local_nav_key%> Here is a good reference for tiles http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf -chris worley Hi all, I'm having a problem passing a parameter down from a tiles definition to a jsp. I can access the va

tiles and parameters

2003-10-02 Thread Frank Maritato
Hi all, I'm having a problem passing a parameter down from a tiles definition to a jsp. I can access the value easily in the layout definition, but I can't get access to it in a file (or action) I'm inserting into the layout. Here is an example of what I'm doing (cut down a bit) tiles.xml:

Tiles and parameters

2003-07-03 Thread Stephen J. Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I need to pass some parameters in an ActionForward to a tiles definition. Can someone suggest how to do this? I have tried the following but all I get is : java.lang.IllegalArgumentException: Path .secured.companypage?viewmode=address do

RE: Tiles and parameters...

2002-11-29 Thread Van Riper, Mike
t; To: Struts Users Mailing List > Subject: Re: Tiles and parameters... > > > Whacky whacky stuff. Are you completely sure that > ListUsersAction isn't > doing a request.setAttribute for the order and sort > parameters it recieves? > Is this taglib custom? I don

Re: Tiles and parameters...

2002-11-29 Thread Craig Tataryn
;Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 29, 2002 11:16 AM Subject: Re: Tiles and parameters... > > Hi, > > I think that you should be able to read a parameter request from > inside any nested tiles. Although, I haven't tested it

Re: Tiles and parameters...

2002-11-29 Thread Craig Tataryn
CTED]> Sent: Thursday, November 28, 2002 1:03 AM Subject: RE: Tiles and parameters... > Craig, > > Yes, I am relatively new to Tiles. This is my first major project using it > and we make extensive use of Tiles in our webapp. We also use the > taglib and take advantage of its co

RE: Tiles and parameters...

2002-11-27 Thread Van Riper, Mike
--Original Message- > From: Craig Tataryn [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 9:59 AM > To: [EMAIL PROTECTED] > Subject: Re: Tiles and parameters... > > > You must be new to Tiles :) It doesn't seem to work. > Try it for > yourself, m

Re: Tiles and parameters...

2002-11-27 Thread Craig Tataryn
(which might make sense?). Craig. P.S. I have read the specs :) - Original Message - From: "Van Riper, Mike" <[EMAIL PROTECTED]> To: "'Craig Tataryn'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 26,

RE: Tiles and parameters...

2002-11-26 Thread Van Riper, Mike
Original Message- > From: Craig Tataryn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 5:03 AM > To: [EMAIL PROTECTED] > Subject: Re: Tiles and parameters... > > > > Anyone have any suggestions? > > >From: "Craig Tataryn" <[EMAIL

Re: Tiles and parameters...

2002-11-26 Thread Craig Tataryn
Anyone have any suggestions? From: "Craig Tataryn" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Tiles and parameters... Date: Sun, 24 Nov 2002 00:39:23 -0600 I am using a tiles for a project whe

Re: Tiles and parameters...

2002-11-24 Thread Craig Tataryn
ion. Thanks, Craig. From: [EMAIL PROTECTED] (David M. Karr) Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Tiles and parameters... Date: 24 Nov 2002 00:16:06 -0800 Craig> Craig> Craig> Craig> If

Re: Tiles and parameters...

2002-11-24 Thread David M. Karr
> "Craig" == Craig Tataryn <[EMAIL PROTECTED]> writes: Craig> I am using a tiles for a project where I have the following scenario: Craig> Forecast for Field 1 Craig> The action for forecast.do, simply does some data extraction and then returns a Craig> forward to a tiles def

Tiles and parameters...

2002-11-23 Thread Craig Tataryn
I am using a tiles for a project where I have the following scenario: Forecast for Field 1 The action for forecast.do, simply does some data extraction and then returns a forward to a tiles def which displays this data. Here is what the existing tiles def looks like: However, each of