
16 Oct
2010
16 Oct
'10
4:05 p.m.
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>