Re: Container Managed authentication question

2004-08-29 Thread Bill Siggelkow
struts Dude wrote: hi Using container managed authentication, can i relay request parameters(i.e. username & password) to loginAction after successful authentication? Because I want to construct a User bean and add it to Session after successful authentication but request parameters seem to get los

Container Managed authentication question

2004-08-29 Thread struts Dude
hi Using container managed authentication, can i relay request parameters(i.e. username & password) to loginAction after successful authentication? Because I want to construct a User bean and add it to Session after successful authentication but request parameters seem to get lost. Thanks