Re: Re: Changing bean property values in Action Class--Possible???

2003-07-29 Thread guruprasad jakka
Hi Balaji,

Thanks for that valuable information.
It worked perfectly.

J G Guru Prasad
V sem, Information Technology,
Bachelor of Engineering,
National Institute of Technology Karnataka, Surathkal.
( formerly KREC )





Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag


 On Tue, 29 Jul 2003, R Balaji ([EMAIL PROTECTED])
wrote:

> yes, you can very well update the FormBean from the
ActionClass .
> 
> ex .
> *TestFormBean testForm= (TestFormBean) form;
> testForm.setNumberOfRows(1);
> *this formbean instance will be passed to the jsp page with
request 
> scope ... i belive this will help you .
> 
> balaji
> 
> guruprasad jakka wrote:
> 
> >Hi,
> >
> >Is there any way, where I could change the bean data from
the
> >formbean in the Action class and use it in the forwardind
JSPs.
> >
> >
> >J G Guru Prasad
> >V sem, Information Technology,
> >Bachelor of Engineering,
> >National Institute of Technology Karnataka, Surathkal.
> >( formerly KREC )
> >
> >
> >
> >Get your own "800" number
> >Voicemail, fax, email, and a lot more
> >http://www.ureach.com/reg/tag
> >
>
>-
> >To unsubscribe, e-mail:
[EMAIL PROTECTED]
> >For additional commands, e-mail:
[EMAIL PROTECTED]
> >
> >  
> >
> 
> 
> 


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



Re: Changing bean property values in Action Class--Possible???

2003-07-29 Thread R Balaji
yes, you can very well update the FormBean from the ActionClass .

ex .
*TestFormBean testForm= (TestFormBean) form;
   testForm.setNumberOfRows(1);
*this formbean instance will be passed to the jsp page with request 
scope ... i belive this will help you .

balaji

guruprasad jakka wrote:

Hi,

Is there any way, where I could change the bean data from the
formbean in the Action class and use it in the forwardind JSPs.
J G Guru Prasad
V sem, Information Technology,
Bachelor of Engineering,
National Institute of Technology Karnataka, Surathkal.
( formerly KREC )

Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]