On Tue, 09 Nov 2010 07:24:01 -0200, Damien de Saint Laurent <damien...@yahoo.fr> wrote:

Hi,

Hi!

Is there a simple way for including a tapestry(5) component into a JSP view

I don't think so.

Since, "in Tapestry, there is usually two requests per operation: the action request that redirects to a render request" , I wander if attributes stored in request are lost in between .

They are, but remember that an action (event) request only happens when submitting a form or handling an event. Simply requesting a page is done without redirects.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to