-
what does it means “struts
controller reads the
struts-config.xml file” when ever
web application is started? -
is controller create action objects
while reading the struts-config
file?
what does it means struts controller reads the struts-config.xml file when ever web application
Share
when struts reads in the file it is only parsing it and loading the action definitions. The only errors you will get are XML parsing errors. Not sure about Struts 2, but in struts 1 it will not validate that the objects or the forwarded targets exist or compile. That is a runtime check