Have the below in the form bean.

   public void reset(ActionMapping mapping,
                                javax.servlet.http.HttpServletRequest  request) 
{
                super.reset(mapping, request);
                set("empCost", Boolean.FALSE);
       set("orders", Boolean.FALSE);
   }


Is it required to call the super.reset()?

How is it related to the initialize values?

What happens if we don't call the super.reset() in the above reset method and have
initial values?

Thanks.

_________________________________________________________________
MSN Shopping has everything on your holiday list. Get expert picks by style, age, and price. Try it! http://shopping.msn.com/content/shp/?ctId=8000,ptnrid=176,ptnrdata=200601&tcode=wlmtagline


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

Reply via email to