RE: How to do 'isUserInRole(unauthenticated)'?

2002-04-24 Thread Jon.Ridgway
Hi, One way to ascertain if a user has not logged in is to call request.getUserPrincipal (), if this is null the user has not yet logged in. Jon. -Original Message- From: jfc100 [mailto:[EMAIL PROTECTED]] Sent: 24 April 2002 12:08 To: Struts-User Subject: How to do

Re: How to do 'isUserInRole(unauthenticated)'?

2002-04-24 Thread @Basebeans.com
Subject: Re: How to do 'isUserInRole(unauthenticated)'? From: Torgeir Veimo [EMAIL PROTECTED] === jfc100 wrote: Is it possible to determine by calling isUserInRole('unauthenticated'), where 'unauthenticated' is an identifier of the anonymous (i.e. the not-logged-in) user? A unauthenticated

Re: How to do 'isUserInRole(unauthenticated)'?

2002-04-24 Thread jfc100
Struts Newsgroup (@Basebeans.com) wrote: Subject: Re: How to do 'isUserInRole(unauthenticated)'? From: Torgeir Veimo [EMAIL PROTECTED] === jfc100 wrote: Is it possible to determine by calling isUserInRole('unauthenticated'), where 'unauthenticated' is an identifier of the anonymous (i.e