[hunchentoot-devel] How do I read the submit button value?
Matt Lamari
matt.lamari at gmail.com
Sat Oct 16 16:05:37 UTC 2010
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