Em Fri, 13 Mar 2009 01:06:08 -0300, Zenberg Ding <zenberg.d...@gmail.com> escreveu:

really sorry about that.

It's ok. :)

I know tapestry's template engine, that's why we try to using it.
but there are a big amount of leaving code useing struts 1.xx.
so if there is a way can mixing those code into t5 framework. I can wrote a dispatcher to recognize '*.do' url and give it to one ActionRequestHandler.

Tapestry is not a servlet, it is a servlet filter, so Struts and Tapestry can coexist in the same application with no problems. Take a look at the "Ignored Paths" of this page: http://tapestry.apache.org/tapestry5/guide/conf.html.

and is it possible nest the response content into one layout components' content region in this ActionRequestHandler?

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.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to