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]>

Reply via email to