InterviewSolution
Saved Bookmarks
| 1. |
How Do I Validate Two Forms On The Same Page? |
|
Answer» Just set the action ATTRIBUTE of each FORM to a different value making them SUBMIT to two different controller methods. You can then use a @validate DECORATOR with a different form argument on each method. Just set the action attribute of each form to a different value making them submit to two different controller methods. You can then use a @validate decorator with a different form argument on each method. |
|