I have a form with a submit button. On the form and the submit button are two separate listeners. Which is invoked first?
Answer / Kumar Amit
In Apache Tapestry, when a component's property (such as a form field) changes, its listener method will be called. If you have both a form and a submit button with separate listeners, the form's listener method will be called before the submit button's listener method.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I make a link popup a new window?
How is the performance of tapestry?
How do I integrate a tapestry application with j2ee declarative security/jaas?
How do we write components in apache tapestry?
Does tapestry work with other other application servers besides jboss?
How to alter the url to point to the correct page?
How should do page navigation in apache tapestry?
What does it cost?
Is tapestry a jsp tag library?
Does tapestry use jsp tag libraries?
Why do we need @script in apache tapestry?
How do I stream a file to the user from tapestry?