Can I use the same component multiple times in one template?
Answer / Madan Pal Singh
Yes, you can reuse components multiple times within a single template in Apache Tapestry by using the 't:include' directive to embed a component or the 't:reusable-component' tag to create a reusable component.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is apache tapestry?
How to get a file from client input to server end in apache tapestry?
How does tapestry compare to other frameworks?
Can I use the same component multiple times in one template?
How do we write components in apache tapestry?
Is tapestry a jsp tag library?
Is there a wysiwyg editor for tapestry, or an ide plugin?
How do I stream a file to the user from tapestry?
How should do page navigation in apache tapestry?
How is the performance of tapestry?
Is apache tapestry free/open source?
I have to restart my application to pick up changes to specifications and templates, how can I avoid this?