<snip>
On Wed, 9 Feb 2005 09:08:02 -0800 (PST), Norris Shelton
<[EMAIL PROTECTED]> wrote:
> Here is the entire contents of my init method:
> if (form == null) {
>      form = new DynaValidatorActionForm();
> }
> CommonTools.formDataCopy(request, form);
> return mapping.findForward("searchName");
</snip>

This is unexceptional and would not be the problem.

<snip>
> The contents of the formDataCopy method is:
> BeanUtils.copyProperties(object, getFormData(request));
........................................
> The getFormData method retrieves the "formData" bean from the
> request.  The bean exists and has the previously entered
> information.
</snip>

Something is wrong here.  You said the information was stored in the
session, but here you are retrieving it from the request.  If you are
retrieving it from the request, it should be in the form, right? 
Please explain.

Jack

-- 
"You can lead a horse to water but you cannot make it float on its back."
"Heaven has changed.  The Sky now goes all the way to our feet.

~Dakota Jack~

"This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based
on this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation."

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

Reply via email to