Zenberg,
I added Tap5 pages to an existing struts 1 application. The trick is to reimplement a login page (I presume you have a login page) as a T5 page, and then you can initialize the JSP session variables you need for working together. You will also have to be careful generating links from JSP to T5 and vice versa. If you do make changes to your layout, then you will need to reimplement them in a JSP as well.

Search this list for integrating struts with T5 (also look for Kent Tong, who came up with the original solution for T4).
Ciao,
Jonathan

On 13/03/2009 04:48, Zenberg Ding wrote:

But that's only put them together without runtime error. each of them is working standalone, so it's not really working together...


As far as I know, you can have Tapestry pages and JSP pages and Struts actions in the same application working together, but you cannot have JSP and Tapestry templates in the same page. They're completely different.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to