Well, I am doing forwards from within my Action class by returning an ActionForward object to one of my tiles defs (site.forecast). So for instance, in displayChartSummary.jsp, if I put a "request.getParameter("fieldid") an error is raised stating:

/form/displayChartSummary.jsp(16,75) Attribute fieldid has no value'

So it appears that the request parameters do not get passed onto the tiles. Which brings me back to my original question, how do I pass the paramters on to the tiles, or does anyone have an acceptable work around that does not involve the user session.

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> <definition name="site.forecast" extends="site.introPage">
Craig> <put name="body" value="/chart.jsp" />
Craig> <put name="left" value="/form/displayChartSummary.jsp"/>
Craig> </definition>

If you really are just doing forwards and includes, and no redirects, your
request parameters should be available to any JSP page that is part of the
request.

--
===================================================================
David M. Karr ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED] ; SCJP



--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Craig W. Tataryn
Programmer/Analyst
Compuware

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to