I never specified, but adding it doesn't effect anything.  Same results, it just 
doesn't like the request scope.  Other example code does work with request, just not 
the one I'm trying to do myself.
 
 
 
 
 


James Mitchell <[EMAIL PROTECTED]> wrote: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" 
To: "Struts Users Mailing List" 
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]



---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

Reply via email to