Which parser is used in Struts to parse the Structconfig.xml
file.
Answer Posted / kiran
I think it is DOM becoz Struts configure file follows the
tree model
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is struts.devmode?
What is the difference between filters and interceptors ?
What is the use of jsonvalidation in struts?
How can you create your custom interceptor in struts 2?
Are actions thread safe?
What are the Core classes of Struts Framework?
What are the different kinds of actions in struts?
How to display validation errors on jsp page?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is controller in struts2?
What is ognl?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
How can forward action be used to restrict a strut application to mvc?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?