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" <adeguzman () ingenium ! com ! ph> 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]

Reply via email to