RE: Initializing formBeans

2002-05-02 Thread Jon.Ridgway
session.setAttribute(mapping.getName(), form); } } } } -Original Message- From: Thierry Ruiz [mailto:[EMAIL PROTECTED]] Sent: 02 May 2002 11:20 To: Struts Users Mailing List Subject: Re: Initializing formBeans At 09:25 AM 5/2/02 +0200,

RE: RE : Initializing formBeans

2002-05-02 Thread Vikram Goyal01
modify. HTH, V -Original Message- From: Arnaud Gadby [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 2:52 PM To: 'Struts Users Mailing List' Subject: RE : Initializing formBeans The next question is : how is it possible to access the session from the FormBean c

Re: Initializing formBeans

2002-05-02 Thread Thierry Ruiz
At 09:25 AM 5/2/02 +0200, you wrote: >Hi ! > >I'm a newbie with struts and I cannot find the right way to do a simple >thing like this : > >I would like to create an HTML form to modify the user information I >recorded in my database. > >I didn't find how to initialize my form on a user-basis (the

RE : Initializing formBeans

2002-05-02 Thread Arnaud Gadby
EMAIL PROTECTED]] Envoyé : jeudi 2 mai 2002 11:13 À : Struts Users Mailing List Objet : RE: Initializing formBeans 1. Create a value object that encapsulates the data once the user logs in. 2. Create a form bean that captures this data from the value object. 3. Modify struts config to assocaite this

RE: Initializing formBeans

2002-05-02 Thread Vikram Goyal01
[mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 12:55 PM To: [EMAIL PROTECTED] Subject: Initializing formBeans Hi ! I'm a newbie with struts and I cannot find the right way to do a simple thing like this : I would like to create an HTML form to modify the user information I record

Initializing formBeans

2002-05-02 Thread Arnaud Gadby
Hi ! I'm a newbie with struts and I cannot find the right way to do a simple thing like this : I would like to create an HTML form to modify the user information I recorded in my database. I didn't find how to initialize my form on a user-basis (the userId is stored in the session). Thanks Ar