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