See http://jguru.com/faq/view.jsp?EID=543699
for a couple of solutions. -- Ted Husted, Husted dot Com, Fairport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services Enrique Rodriguez wrote: > > Hi all, > > I've a jsp page in my project with two submit button.Each of then put a > diferent value to request paremeter, hear is the example: > > <td> > <html:submit property="Action"> > <bean:message key="button.delete"/> > </html:submit> > </td> > <td> > <html:submit property="Action"> > <bean:message key="button.update"/> > </html:submit> > </td> > > So, dependes of the language i've a diferente value for property Action in > the request. > > Any ideas how to solve this problem?? > > Thank you very much. > > Regards, Enrique. > > _____________________________ > Enrique Rodriguez Lasterra > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

