Which parser is used in Struts to parse the Structconfig.xml
file.
Answer Posted / deepthi
Digester-Api is used to read the xml file.it internally use
dom and jdom for parsing of xml file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between lookupdispatchaction and dispatchaction?
What is struts framework in java?
How client side validation is enabled on a jsp form?
Can we handle exceptions in Struts programmatically?
What is the actionform?
Explain about token feature in struts?
What is action support class in struts2?
Which interceptor is responsible for i18n support?
What is the use of reset method of ActionForm class?
In which method of action class the business logic is executed?
What is the life cycle of actionform?
How struts 2 validation works?
how does request processor relates to action mapping?
What is the purpose of '@keyproperty'?
Why is action servlet a singleton in struts?