Hi Tim/Guys,

the 2nd option is not working.

can you elaborate on the first one?

how do i declare the user? usebean?

thanks

Richard


On Tue, 22 Feb 2005 12:53:55 +0000, Tim Christopher
<[EMAIL PROTECTED]> wrote:
> Try using:
> 
> <logic:notPresent name="user" >
>    <logic:redirect href="routes-login.rr" />
> </logic:notPresent>
> 
> Where user = Konstants.SESSION_USER_KEY, or maybe even:
> 
> <logic:notPresent name="<% Konstants.SESSION_USER_KEY %>" >
>     <logic:redirect href="routes-login.rr" />
> </logic:notPresent>
> 
> Tim Christopher
> 
> On Tue, 22 Feb 2005 19:40:36 +0800, Richard Reyes
> <[EMAIL PROTECTED]> wrote:
> > Hello Guys,
> >
> > I have this tag ...
> >
> > <logic:notPresent name="hello.world" ><logic:redirect
> > href="routes-login.rr" /></logic:notPresent>
> >
> > And I need to change hello.world to Konstants.HELLO_WORLD. Now this...
> >
> > <logic:notPresent name="Konstants.SESSION_USER_KEY" ><logic:redirect
> > href="routes-login.rr" /></logic:notPresent>
> >
> > does not seem to work( of course ).
> >
> > Please help. Thanks
> >
> > Richard
> >
> > ---------------------------------------------------------------------
> > 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