How display data base errors on web console by using the
Struts Framework?
Answer Posted / ranjith nambiar
In hibernate configuration file, hibernate.cfg.xml, with in <session-factory> put <property name="show_sql">true</property>.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How can you create your custom interceptor in struts 2?
What is the purpose of @before annotation?
How nested beans can be used in Struts applications?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
Are struts still used?
Which tag is used to declare constants in struts xml?
What are the struts2 error message keys that can come during file uploading process?
In how many ways duplicate form submission can occurs?
What does validation interceptor?
Why do the struts tags provide for so little formatting?
What is the purpose of @conversion annotation annotation?
How we can configured action mapping in struts?
What is the difference between requestaware and servletrequestaware interface?
Explain how can we upload files in struts2 application?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?