[hunchentoot-devel] How do I read the submit button value?

Hans Hübner hans.huebner at gmail.com
Sat Oct 16 16:15:38 UTC 2010


Matt,

your second input has no name.

-Hans

On Sat, Oct 16, 2010 at 6:05 PM, Matt Lamari <matt.lamari at gmail.com> wrote:
>
> I tried to strip the example down, the HTML is below
>
> For post-parameters* and get-parameters* I get the  following:
>
> Get Parameters: NIL
>
> Post Parameters: (("(Quantity)" . ""))
>
> Is there something wrong with the html that prevents the submit value
> from coming through too?
>
>
>
> <form method='post' action='/AddNewProductInstance'>
>    <table border='1'><tr><td>Quantity</td><td><input name='(Quantity)'
> type='text' cols='40' value='' constraints='{}' required='true' /></td></tr>
>    </table>
>    <input type='submit' value='SubmitButton' /></form>
>
>
>




More information about the Tbnl-devel mailing list