Answer Posted / Rahul Jha
In Apache Tapestry, when a form is submitted, it goes through several stages:
1. The component that represents the form calls its validate() method to ensure that all required fields are filled in correctly and any other validation rules are met.
2. If validation passes, the form's activate() method is called, which sets the component to an 'active' state.
3. The component's property values (including any user-entered data) can now be accessed.
4. After processing the submitted data, you can call the component's revalidate(), render(), or reset() methods as needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category