Answer Posted / sitaram
suppose one jsp page having two text fields and one button.
when ever submit the form. the request goes to action
servlet & then loads the struts-config.xml after check the
request where exactly match the action class in the sc.xml.
then executes the action class & executes validate form bean
then execute method and redirects view form.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
When should we use SwtichAction?
Describe the mvc on struts?
What are the core classes of struts?
What is the naming convention for a resource bundle file in struts2?
Can we handle exceptions in Struts programmatically?
How do I access token?
What is declarative exception handling in struts?
Is struts action class singleton?
What is the default location of result pages and how can we change it?
What are the two scope types for formbeans?
Why it called struts?
How is the mvc design pattern used in struts framework?
How we can install struts?
Why we use struts in java?
What are result types in struts?