How do we write components in apache tapestry?
Answer / Suresh Singh Rawat
In Tapestry, you can create components by defining a class that extends BaseComponent or a specific component class. The component class will contain the HTML markup and Java code for handling user interactions.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have to restart my application to pick up changes to specifications and templates, how can I avoid this?
What is apache tapestry?
How should do page navigation in apache tapestry?
I have a form with a submit button. On the form and the submit button are two separate listeners. Which is invoked first?
How does tapestry compare to other frameworks?
How is the performance of tapestry?
Does tapestry use jsp tag libraries?
Is there a wysiwyg editor for tapestry, or an ide plugin?
How to alter the url to point to the correct page?
How do we write components in apache tapestry?
Can I use the same component multiple times in one template?
Is apache tapestry free/open source?