adspace


How to explain struts work flow

Answer Posted / s..murugan

struts work flow begins from jsp pages(when user first hit
on the submit button),then UR request go and refer in
struts-config.xml to confirm whether the corresponding
action class entry has been put and also refer whether the
corresponding Bean class entry has been put or not,
If the entry Has been identified then that Bean class
should be populated and then corresponding action class
also be populated finally ActionForward instance goes to
struts-config.xml(GLOBAL-FORWARD).This cyclic process taken
place for all the request.

Is This Answer Correct ?    35 Yes 51 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about validation plugin ?

1031


How is declarative handling of exceptions done in struts ?

1010


What is the difference between filters and interceptors ?

1316


What is action chaining ?

1168


What are the contents on web.xml in struts application ?

1072