HI,

  I am working with Tomcat 4.0.1 and struts 1.1. I have an action class which collects 
the list of users and display it in JSP. But whenever an error is thrown from the 
validate method of form bean, i couldnt access the userlist which i am getting from 
the action class. Everything works fine when the scope of the user object is set to 
session.But i would like to keep the scope to request.Is there any solution!! The 
struts-config.xml file is

<action    path="/xx"         
 type="XXPrivilegeAction"
 name="XXForm"
 scope="request"
 validate="true"
 input="/xx.jsp">
<forward   name="go" path="/xx.jsp"/>             
</action>

-------------------------------------------------
Sify Mail - now with Anti-virus protection powered by Trend Micro, USA.
Know more at http://mail.sify.com

One click here and you could be counting money!
StreetsCall from Walletwatch.com. Subscribe now!  
http://www.walletwatch.com/cgi-bin/ww/walletwatch/equity/news_articles/news_detail.jsp?oid=11658894

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

Reply via email to