I have a form with a submit button. On the form and the submit button are two separate listeners. Which is invoked first?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category