when we enter the data in the form how it is stored in
formbean class setter and getter methods?
Answer / venu
when we enter the data in the form and click on submit,it will send the request to server and create FormBean object and added to scoped variable,call setter nethods and stored in formbean object
| Is This Answer Correct ? | 4 Yes | 1 No |
What is request processor and how does it relates to action mapping?
Can u call Action class methods fro struts-config.xml file?
Explain about struts dispatch action?
Give an alternative way to protect jsp’s with not much features from direct access.
What is the use of namespace in action mapping in Struts2?
why do we use logic tag library in struts?
Explain about struts?
What are the advantages of spring mvc over struts mvc?
Hai all.Can i develope Struts action class without execute(-,- ,-,-)method.Ifd it's possible plz provide some sample code.
Which interceptor is responsible for file upload support?
Can we handle exceptions in Struts programmatically?
What are the two different types of validations that the validator framework supports?