Is tapestry a jsp tag library?
Answer / Birendra Singh Kutiyal
No, Apache Tapestry is not a JSP tag library. It's a separate web application framework that uses its own component-based model for building web applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we need @script in apache tapestry?
What’s the lifecycle of a form submit?
Does tapestry use jsp tag libraries?
How to alter the url to point to the correct page?
I have a form with a submit button. On the form and the submit button are two separate listeners. Which is invoked first?
How do we write components in apache tapestry?
How to get a file from client input to server end in apache tapestry?
How does tapestry compare to other frameworks?
How do I make a link popup a new window?
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?
How do I stream a file to the user from tapestry?