Thiago H de Paula Figueiredo wrote
> 
> 
> 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?
> 
> Wont that acutally try to initialize the ProjectState? Every time that I
> have tried to use it like that it throw me an error saying that there is
> not service that implements String or something like that. And I know that
> the recommended approach was to have filed which will tapestry itself set
> to right value.
> 
> 


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Serving-images-outisde-of-war-in-tapestry-tp5637138p5645265.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to