RE: Need Help: Please do help me

2002-05-01 Thread David Cypers
truts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: dinsdag 30 april 2002 19:40 To: [EMAIL PROTECTED] Subject: Re: Need Help: Please do help me Subject: Re: Need Help: Please do help me From: Vic C <[EMAIL PROTECTED]> === For user authentication, use container security not Struts. Struts example

RE: Need Help: Please do help me

2002-04-30 Thread vivek shrivastava
Hi Maciel, Could you please provide me some sample code? Thanks >From: "Leonardo Maciel" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: RE

RE: Need Help: Please do help me

2002-04-30 Thread Sandra Cann
> For user authentication, use container security not Struts. Struts > example should not be based on login. You might have a look at the Expresso Security (open source at www.jcorporate.com) which extends Struts, though Expresso's security framework came into being long before container-based se

RE: Need Help: Please do help me

2002-04-30 Thread Leonardo Maciel
We use option 1. Our UserAction extends Action and checks for session value user_id. If a particular action needs to verify if the user had logged in (meaning the login action had setup user_id), that action should extend UserAction. I don't see redundancy of code here, do you? Leo -Origi

Re: Need Help: Please do help me

2002-04-30 Thread @Basebeans.com
Subject: Re: Need Help: Please do help me From: Vic C <[EMAIL PROTECTED]> === For user authentication, use container security not Struts. Struts example should not be based on login. Vic vivek shrivastava wrote: > Hi, > > I know following questions have been asked or discusse