yes :)

On Thu, Feb 14, 2008 at 10:10 AM, Angelo Chen
<[EMAIL PROTECTED]> wrote:
>
>  Hi Davor,
>
>  Thanks, that works. is following code having same effect?
>
>  page:
>
> @ApplicationState
>  private SessionData _user;
>  private boolean _userExists;
>
>  if (!_userExists) {
>         // do something...
>  }
>
>
>  service:
>  if (!asm.exists(SessionData.class)) {
>         // do something...
>
> }
>
>
>  Davor Hrg wrote:
>  >
>  > http://wiki.apache.org/tapestry/Tapestry5HowToCreateADispatcher2
>  >
>  > On Thu, Feb 14, 2008 at 6:32 AM, Angelo Chen <[EMAIL PROTECTED]>
>  > wrote:
>  >>
>  >>
>  >
>
>  --
>  View this message in context: 
> http://www.nabble.com/T5%3A-maintaining-ASO-in-a-service--tp15474336p15476503.html
>
>
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to