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
What is the purpose of @after annotation?
Explain the complete struts validator framework.
What is defeult result type?
What is the procedure of operation of a form tag?
How struts control data flow?
How to use forward action to restrict a strut application to mvc?
What are the Core classes of Struts Framework?
What is the purpose of action tag in struts.xml?
How is token generated?
Explain how to work with error tags?
What are action classes in struts?
Are struts still used?
How is forward action used for integration?
in struts how to use hibernate with struts>
What is action support class in struts2?