What’s the lifecycle of a form submit?
Answer / 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 |
Does tapestry work with other other application servers besides jboss?
I have to restart my application to pick up changes to specifications and templates, how can I avoid this?
What does it cost?
How do I make a link popup a new window?
Is tapestry a jsp tag library?
Is apache tapestry free/open source?
How to get a file from client input to server end in apache tapestry?
How do I stream a file to the user from tapestry?
How do we write components in apache tapestry?
Is there a wysiwyg editor for tapestry, or an ide plugin?
How should do page navigation in apache tapestry?
What is apache tapestry?