pleae help..submit button only allows 1 parameter to be sent with the request

2001-05-02 Thread Dudley [EMAIL PROTECTED]
I want to be able to send more than one parameter when the submit button is clicked. currently i have this... html:submit property=action value=Add --- I want more parameters to be sentis this possible? bean:message key=button.submit/ /html:submit

Re: pleae help..submit button only allows 1 parameter to be sent with the request

2001-05-02 Thread Jim Richards
Do you have multiple submit buttons, and your action treats the data differently? You can use hidden fields, so that all the data is sent with the form fields. Then your action can determine which fields to use based on the valud of the submit button. If you have the same input field name and