Which parser is used in Struts to parse the Structconfig.xml
file.
Answer Posted / johnson ashish joseph
See what happens is that Struts uses the Digester to map the xml data in the struts-config.xml to java objects.
Now internally digester needs a Sax parser and it could do with either a xerces/crimson parser as both are sax parsers
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of resourcebundle.properties file in Struts Validation framework?
What is the purpose of @element?
What is the role of action class in struts?
What is the need of struts?
What is actionform in struts?
State an example of struts configuration file as an action parameter for action servlet.
What do you mean by action errors and what are the results they force?
What is the purpose of @expressionvalidator annotation?
What helpers in the form of jsp pages are provided in struts framework?
What is http redirect?
Can you explain value stack?
What configurations are stored in struts configuration file ?
What is dispatchaction?
how to debug struts project in netbean ?
What is struts-default package and what are it’s benefits?