Is form beans are serializable or not?
Answers were Sorted based on User's Feedback
Answer / gaffar
Definitely the form beans are serializable.........
| Is This Answer Correct ? | 3 Yes | 0 No |
What do you mean by struts.dev mode?
how you implement and maintain your struts project by using MVC2 arch?
diffrence between dispatch action and lookupdispatch action write simple web appliction (insert records in database)
8 Answers Athena Health Care, Symphony, TCS,
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
What are the differences between http direct and http indirect?
life cycle of struts?
14 Answers HCL, iGate, Scope International,
what is the difference between model1 and model2 architecture in struts?
I have 4 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. how we can make it possible
What are the Core classes of Struts Framework?
What is a custom tag?
Which parser is used in Struts to parse the Structconfig.xml file.
When wil use singleton class in Struts