Subject: Problems with FormBeans
From: Maurice Mills <[EMAIL PROTECTED]>
 ===
I am having a problem with my struts forms.

I call an Action class to load a FormBean and put it in the session.
The bean is used to load the values on the form correctly.

The problem occurs when the form is submitted.

Instead of using the bean in the session, the RequestProcessor is
creating a new one.  I see the constructor of my FormBean being called.

Should it be using the one in the session, or creating a new one every
time?  If the session bean is to be used, how do I make this work?  If
not, how do I deal with nested lists of attributes of unknown length?

Thanks,
Maury




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to