Form Bean in Struts
Why object of a form bean is getting created twice?
First time when the JSP is getting loaded
Second time when the JSP is getting submitted to an action.
Is it necessary to instantiate the form bean twice like this? Is there any method to use single form bean object?
|