2002. december 3. 17:39 dátummal Cathy Osekizoglu ezt írtad:
>  I have <html: form action="/pay.do?id=1&type=" + type/> in my Jsp. What
> should be in path of action tag of struts-config.xml? Can I simply have
> path="pay" or I must include parameter in the path. Thank you for your
> reply.

If you would like to add some unmodifiable parameters to your form, use the 
hidden tags. 

<html:form action="/pay">
<html:hidden property="id" value="1"/>
etc etc

Hth,

Tib


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

Reply via email to