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


Please Help Members By Posting Answers For Below Questions

What is the purpose of constant tag in struts.xml?

553


What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?

578


What is use of i18n interceptor?

538


What is front controller in struts?

562


Explain the life cycle of a request in struct2 application?

490






What are the some useful annotations introduced in struts2?

546


What are the life cycle methods of interceptor?

520


How do I install struts?

560


What is struts framework in java?

530


How can duplicate form submission be handled in struts 2?

537


What is struts2 namespace?

509


how does request processor relates to action mapping?

486


What are the steps used to setup dispatch action?

495


Which tag is used to declare constants in struts xml?

470


how to debug struts project in netbean ?

1919