-
Jan 4th, 2006, 01:08 PM
#1
Partial submits: onFormChange() and referenceData()
I am trying to find an example of how to do "partial submits" in Spring MVC. Specifically, I am trying to conditionally populate a select box based on the selection in a different select box. I understand I need to put some conditional logic in my isFormChangeRequest(), onFormChange() and referenceData() methods of my form controller.
This sounds like a pretty common use case, but I wasn't able to find any examples on how to do this. Can anyone provide a simple example (or point to an existing one?) of what I should have in my controller and my JSP page?
Thanks a bunch.
Eugene
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules