On Sun, 15 Apr 2012 08:59:01 -0300, Beat Durrer <bdur...@gmail.com> wrote:

Hi Boris.

Hi!

I do not use asset domains, but a spezialized page that transforms my
parameters into a filelocation (because it's also dependent on user
roles and such).
Page classes may return an Stream instead of rendering a page
template. And of course a stream may contain anything.

I use this approach too. :)

        @SessionState
    private ProjectState projectState;
    private boolean projectStateExists;

Why don't you just check if projectState is null instead of using the boolean field?

--
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