RE: Forwarding parameters

2003-01-21 Thread Robert Taylor
mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 21, 2003 1:50 AM > To: Struts Users Mailing List > Subject: Re: Forwarding parameters > > > My config entries. > > type="at.sybase.j2ee.h3g.webshop.struts.AccountLoginForm" /> > type="at.sybase

Re: Forwarding parameters

2003-01-20 Thread Andreas Winkler
My config entries. andreas - Original Message - From: "Robert Taylor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 5:49 PM Subject: RE: Forwarding paramete

RE: Forwarding parameters

2003-01-20 Thread Robert Taylor
ndreas Winkler [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 11:27 AM > To: Struts Users Mailing List > Subject: Re: Forwarding parameters > > > It's exactly what I wanted! But not only the form bean is called also the > perform method of the action bean. &

Re: Forwarding parameters

2003-01-20 Thread Andreas Winkler
ethod only to be called when the user submits his entries. thanks in advance - Original Message - From: "Robert Taylor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 4:59 PM Subject: RE: Forwarding param

RE: Forwarding parameters

2003-01-20 Thread Robert Taylor
n and submits form (subsequently invoking the CreateAccount action) --New account is created with user name robert > -Original Message- > From: Andreas Winkler [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 10:49 AM > To: Struts Users Mailing List > Subject: Re: F

Re: Forwarding parameters

2003-01-20 Thread Andreas Winkler
ts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 3:02 PM Subject: RE: Forwarding parameters > Andreas, > > If I understand correctly, you have a LoginAction and a NewUserAction. If > the user identifies himself as a new user, you want LoginAction t

RE: Forwarding parameters

2003-01-20 Thread Robert Taylor
What does this have to do with forwarding parameters? Please resubmit your question with the appropriate subject. robert > -Original Message- > From: francis A [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 10:40 AM > To: [EMAIL PROTECTED] > Subject:

RE: Forwarding parameters

2003-01-20 Thread francis A
ing List" <[EMAIL PROTECTED]> Subject: RE: Forwarding parameters Date: Mon, 20 Jan 2003 09:02:19 -0500 Andreas, If I understand correctly, you have a LoginAction and a NewUserAction. If the user identifies himself as a new user, you want LoginAction to forward to a page where the user na

RE: Forwarding parameters

2003-01-20 Thread Robert Taylor
nt: Monday, January 20, 2003 4:45 AM > To: Struts Users Mailing List > Subject: Forwarding parameters > > > I'm a newbie and I've already been looking around for the answer > but I didn't find it, so here it goes: > > We are writing for an web application a log

Forwarding parameters

2003-01-20 Thread Andreas Winkler
I'm a newbie and I've already been looking around for the answer but I didn't find it, so here it goes: We are writing for an web application a login where the user enters his name. He selects wether he is a new user or an existing and in the next line he can input his password. He presses then