Does your action-mapping use redirect="true"?

--
James Mitchell
Software Engineer / Struts Evangelist
http://www.struts-atlanta.org
678.910.8017 (cell)
AIM: jmitchtx
MSN: [EMAIL PROTECTED]



----- Original Message -----
From: "struts fox" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, January 28, 2004 2:38 PM
Subject: request scope vs. session scope


>
>   I have the following weird problem.
>
> I start off with a web page, that has a hyperlink, not a submit button.
> When the hyperlink is selected the page goes to Tomcat/Struts.
> Two actions are executed and the page is forwarded to a jsp page and
displayed.
>
>   The second action executed, as stated above, sets a bean up in the
session before it is forwarded.  The problem is in the jsp if I declare the
bean via 'session' scope it sees the attribute and displays the value
properly, but if I declare it as 'request' scope it doesn't and just prints
null.  Request scope should work here but it doesn't.
>
>
>
>
>
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free web site building tool. Try it!


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

Reply via email to