> button, user will be directed to "sample.jsp". If I
> want to retrieve user selected item stored in an
> action Form, will I be able to get it once I am
> directed to sample.jsp using your code below? (Sorry,

When you say "will I be able to get it", what do you mean? 

On your sample.jsp do you have the same form as on your original 
page? Or do you just need the value of select box item on the 
sample.jsp? If latter is the case you would have to attach the 
value to request context.

something like:
 request.setAttribute ("selectboxvalue", selBoxValue);

If first case is your case you would just need to declare name attribute 
in your action mapping element of struts-config.xml.

Alex.

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

Reply via email to