I am trying to figure out how to send a parameter name and value in a <html:submit /> 
tag that is in the middle of a form (with a different submit at the end). 

The basic idea behind it is:

<form>
    <hidden name="action" value="something">
    <input text>
    <input text>
    <input checkbox>
    <input select><submit action="somethingelse">
    <submit><cancel>
</form>

So I have a submit at the end that wants all the values in the form, and a submit in 
the middle that only needs the values of the <input select>.

Cheers,
Lachlan

Reply via email to