Showing posts with label form submit url. Show all posts
Showing posts with label form submit url. Show all posts

Wednesday, May 13, 2009

form submission url

When you load the form, the url is "myaction.htm?id=123". You want to keep the url when the form is submitted. All you need to do is to define form action as "action=myaction.htm?id=123". Note that you cannot have another "id" field in the form. If you use Spring bind, it might lead to binding errors.