Hello!

I'm new to struts and a little bit leazy ;).

I have out-of-host html form that have to be redirected to my
application, then I have to virify that form and redirect this values to
other html form (jsp) that contains the same fields plus some more to
enter, that means the second form is child-like object. 

And my question is: is there any way to autofill form fields (the same
way like form filling when error ocured during verification).
it looks lie this:

external 
<form action="host/action1.do"><input name=id value="blah"></form>

action1.do:
<form action="host/action2.do><input name=id v="blah"><input name=other
v="foo"></form>

and I would like to autofill the second form fields (in this egzample
'id'), any way to do this?



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

Reply via email to