You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jefferson Rodrigues de Oliveira e Silva <je...@edb.ericsson.se> on 2002/04/05 09:58:39 UTC

Form

Hi guys,

I have a problem in creating a form.

I have two pages, the first for user logon, and the
second for user info.

When the user logs in the first page, in the LogonAction perform
method I verify if it exists, and if so, I load from a Database
the user info. Then, I create a  UserForm (which is a form bean)
and then a forward occurs, to the user.jsp.

I need in the user.jsp that the UserForm that I created is used, not the
one struts creates.

How can I do that ?

Thanks in advance
Jefferson


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Form

Posted by Jefferson Rodrigues de Oliveira e Silva <je...@edb.ericsson.se>.
Sorry guys,
I've just solved the problem.
Jefferson


Jefferson Rodrigues de Oliveira e Silva wrote:

> Hi guys,
>
> I have a problem in creating a form.
>
> I have two pages, the first for user logon, and the
> second for user info.
>
> When the user logs in the first page, in the LogonAction perform
> method I verify if it exists, and if so, I load from a Database
> the user info. Then, I create a  UserForm (which is a form bean)
> and then a forward occurs, to the user.jsp.
>
> I need in the user.jsp that the UserForm that I created is used, not the
> one struts creates.
>
> How can I do that ?
>
> Thanks in advance
> Jefferson
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>