java - Is it a known IE bug? Didn't pass submit parameter to request -


if have <form> @ least 2 <input type="text" ..>, , submit button <input type="submit" name="somename" ..> - then, when press enter on textfield - ie (i tried 7th version) correctly submits form, passing submit=somename params request. but, when there 1 text field <input type="text" ..> (+ number of dropdowns or checkboxes or radio) - pressing 'enter' submits form without passing 'submit=somename' request.

but there java frameworks (atg, etc), handle form submits submit param, calling corresponding method in form handler. so, if there no submit button param in request - handling of submit fails.

have seen such behaviour before?

there solution http://betweengo.com/2005/08/08/internet-explorer-form-does-not-invoke-atg-handler/


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -