|
| Total Answers and Comments: 4 |
Last Update: May 14, 2009 Asked by: jeenjustin |
|
| | |
|
Submitted by: shilpasanand In Struts, the hierarchy is, first the control will go to web.xml, then it will check for struts-config.xml in it, it will access struts-config.xml and then it will go into the action-mapping where it will check for the Action class and accordingly it will call the jsp class from the input attribute present in struts-config.xml and then forward to the correct page.Â
Above answer was rated as good by the following members: tarigopula | Go To Top
|