On Tue, 30 Mar 2010 15:42:39 -0300, Dmitry Gusev <dmitry.gu...@gmail.com> wrote:

My onActivate methods in such pages return nothing, they're void.

In this case, Tapestry expects your page to have a template so it has something to render.

Should I change return type to something else? I know I can use
StreamResponse and return something like new
TextStreamResponse("text/plain", "").

That's not beautiful but it's a solution.

Would it be preferred way?

I guess it would be to implement a Dispatcher.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, 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