Re: getting recycled values of form bean attributes in jsp

2003-06-12 Thread Frances Aleah Z. de Guzman
may see your codes, actionform, action and jsp

On Thursday 12 June 2003 05:02 pm, raghu_c wrote:
> I commented out the reset method of the form - it still doesnt reload the
> values The values are untouched by anyone else (except the introspection
> that struts does with property utils) ??
> -Raghu
>
>
> on 2003-06-12 8:52:13
>   "Frances Aleah Z. de Guzman"  wrote
>
> > i had the same problem before, what i did was i removed the reset method
> > in my actionform. it seems that everytime you submit a form it is calling
> > the reset method as well, well im not sure about this but i it seems like
> > that.
>
> -Original Message-
> From: raghu_c
> Sent: Thursday, June 12, 2003 11:49 AM
> To: [EMAIL PROTECTED]
> Subject: getting recycled values of form bean attributes in jsp
>
>
> Hi,
>
> How can I get my jsps to show the previously set values (in text boxes/
> combo boxes)  after the form is submit My action class sets a few more form
> bean attributes which are displayed on the jsp page
>
> The FormBean scope is session and my server logs show
>  "Recycling existing ActionForm instance of class
> 'com.verisign.roamerview.ui.forms.MINESNQueryForm'
>
> However , the display on the browser does not reflect this reuse - ie the
> text boxes are empty
>
> ???
> Raghu
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Frances Aleah Z. De Guzman
SA/Programmer
Ingenium Technology, Inc.
http://www.ingenium.com.ph

Disclaimer :
This message is intended only for the named recipient. If you are not the
intended recipient you are notified that disclosing, copying, distributing
or taking any action in reliance on the contents of this information is
strictly prohibited.



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



RE: getting recycled values of form bean attributes in jsp

2003-06-12 Thread raghu_c

I commented out the reset method of the form - it still doesnt reload the values 
The values are untouched by anyone else (except the introspection that struts does 
with property utils)
??
-Raghu


on 2003-06-12 8:52:13
  "Frances Aleah Z. de Guzman"  wrote 

> i had the same problem before, what i did was i removed the reset method in my 
> actionform. it seems that everytime you submit a form it is calling the reset 
> method as well, well im not sure about this but i it seems like that. 

-Original Message-
From: raghu_c 
Sent: Thursday, June 12, 2003 11:49 AM
To: [EMAIL PROTECTED]
Subject: getting recycled values of form bean attributes in jsp


Hi,

How can I get my jsps to show the previously set values (in text boxes/ combo boxes)  
after the form is submit 
My action class sets a few more form bean attributes which are displayed on the jsp 
page

The FormBean scope is session and my server logs show
 "Recycling existing ActionForm instance of class 
'com.verisign.roamerview.ui.forms.MINESNQueryForm' 

However , the display on the browser does not reflect this reuse - ie the text boxes 
are empty

???
Raghu

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



Re: getting recycled values of form bean attributes in jsp

2003-06-12 Thread Frances Aleah Z. de Guzman
i had the same problem before, what i did was i removed the reset method in my 
actionform. it seems that everytime you submit a form it is calling the reset 
method as well, well im not sure about this but i it seems like that. 

On Thursday 12 June 2003 02:19 pm, raghu_c wrote:
> Hi,
>
> How can I get my jsps to show the previously set values (in text boxes/
> combo boxes)  after the form is submit My action class sets a few more form
> bean attributes which are displayed on the jsp page
>
> The FormBean scope is session and my server logs show
>  "Recycling existing ActionForm instance of class
> 'com.verisign.roamerview.ui.forms.MINESNQueryForm'
>
> However , the display on the browser does not reflect this reuse - ie the
> text boxes are empty
>
> ???
> Raghu

-- 
Frances Aleah Z. De Guzman
SA/Programmer
Ingenium Technology, Inc.
http://www.ingenium.com.ph

Disclaimer :
This message is intended only for the named recipient. If you are not the
intended recipient you are notified that disclosing, copying, distributing
or taking any action in reliance on the contents of this information is
strictly prohibited.



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



FW: getting recycled values of form bean attributes in jsp

2003-06-12 Thread raghu_c



in 
short :
thing 
is, i dont get how to populate the jsp page with values in the form 
bean
It 
doesnt seem to happen automatically - at least not in my 
case
 
 

  -Original Message-From: raghu_c Sent: 
  Thursday, June 12, 2003 11:49 AMTo: 
  [EMAIL PROTECTED]Subject: getting recycled values of 
  form bean attributes in jsp
  Hi,
   
  How can I get my 
  jsps to show the previously set values (in text boxes/ combo boxes)  
  after the form is submit 
  My action class 
  sets a few more form bean attributes which are displayed on the jsp 
  page
   
  The FormBean scope 
  is session and my server logs show
   "Recycling 
  existing ActionForm instance of class 
  'com.verisign.roamerview.ui.forms.MINESNQueryForm' 
   
  However , the 
  display on the browser does not reflect this reuse - ie the text boxes are 
  empty
   
  ???
  Raghu
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

getting recycled values of form bean attributes in jsp

2003-06-11 Thread raghu_c



Hi,
 
How can I get my 
jsps to show the previously set values (in text boxes/ combo boxes)  
after the form is submit 
My action class sets 
a few more form bean attributes which are displayed on the jsp 
page
 
The FormBean scope 
is session and my server logs show
 "Recycling 
existing ActionForm instance of class 
'com.verisign.roamerview.ui.forms.MINESNQueryForm' 
 
However , the 
display on the browser does not reflect this reuse - ie the text boxes are 
empty
 
???
Raghu
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]