Session scope..need immediate help..please reply ASAP.
Hi,
I have a form with 10 text boxes..I have to enter diff part number for each text box and when i enetr all the 10 text boxes and submit it shd display 10 more empty text boxes along with the entry's i have done before..
wat i m doing is..i m putting the form in session and getting the values from the session accordignly..now i want to do it in request scope..can i do the same in request scope.
<action path="/partinfo"
type="com.gm.gssm.partswb.ui.handlers.PartInfoAction"
name="partInfoForm"
scope="session"
input="partsPage">
<forward name="partinfo" path="partsinfo"/>
<forward name="searchpart" path="partsPage"/>
<forward name="searchresult" path="resultPage"/>
</action>
instead of session scope i want the scope to be in "request".

