Try overriding reset() such that it doesn't do anything. Otherwise, the
reset() method in ActionForm will set all primitives to their defaults and
all objects to null.


----- Original Message -----
From: "Goldy J" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 01, 2003 7:20 AM
Subject: Formbean Scope


> Hello,
> I have JSP1 from which I go to JSP2. The JSP2 should come prepopulated
with some values that I set in action class associated with  JSP1. I am
using the same formbean for both JSP 1 and JSP 2. I set the value that I
need in JSP2 in Action class1 and I can see they are getting set in the
formbean. But when JSP2 open the get method shows value as null.  In action
mapping the scope is session.
> I suppose that Iam losing the formbean when the JSP2 opens ..is there a
way out ?
> Pls. help
>
> Thanks
>
>
> ---------------------------------
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!


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

Reply via email to