I am using a tiles for a project where I have the following scenario:

<a href="forecast.do?fieldid=1">Forecast for Field 1</a>

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:

<definition name="site.forecast" extends="site.introPage">
<put name="body" value="/chart.jsp" />
<put name="left" value="/form/displayChartSummary.jsp"/>
</definition>

However, each of these jsp pages really should be passed the fieldid parameter that the Forecast action was passed.

Is there anyway to get my Forecast action to pass this fieldid parameter to the pages setup in the tiles def it is going to forward to? Or is there any other technique you might suggest as a workaround (don't particularly want to throw things in the session as I want the fieldid to be at the request level so users can see forecasts for different fields at the same time).

Thanks,

Craig.
Craig W. Tataryn
Programmer/Analyst
Compuware

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus


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

Reply via email to