You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Sébastien Bergia <se...@edifixio.com> on 2003/05/07 19:09:53 UTC

ONE FORM - MULTIPLE JSP

Once I have a form, with fields populated, that I manage to manipulate into a JSP, how can use THE SAME FORM into an other JSP linked to the first one ? Actually, I need to use same informations contained in one form into different JSP, and I don't want to create one form for each JSP.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: ONE FORM - MULTIPLE JSP

Posted by Paul Yunusov <py...@rogers.com>.
On Wednesday 07 May 2003 01:09 pm, Sébastien Bergia wrote:
> Once I have a form, with fields populated, that I manage to manipulate into
> a JSP, how can use THE SAME FORM into an other JSP linked to the first one
> ? Actually, I need to use same informations contained in one form into
> different JSP, and I don't want to create one form for each JSP.
>

javax.servlet.http.HttpSession

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org