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 validate() and reset() functions?
What is interceptor? And life cycle methods of interceptor?
Who wrote struts?
What is the purpose of '@keyproperty'?
What should be the name of xml file used for validation in struts?
What is http redirect?
What is the purpose of @before?
What is value stack?
How is declarative handling of exceptions done in struts ?
What are the core classes of the struts framework?
What are the custom tags?
What is struts actionmapping?
How interceptor works in struts 2?
What is structs 2 validation framework?
Are struts still used?