Re: Exception Handling in Struts 2.0.11

2009-04-27 Thread NR031
Hi Terry, My struts.xml looks like this : 405 The requested method is unsupported /JSPPages/Exception.jsp /JSPPages/LoginPage.jsp

Re: Exception Handling in Struts 2.0.11

2009-04-27 Thread Lukasz Lenart
2009/4/27 NR031 : >   I am using Struts 2.0.11 and NetBeans 6.1. Is there any way to handle > exception in Struts 2? Just define global result and put entries for given exceptions in struts.xml, like below 405 The requested method is unsupport

Re: Exception Handling in Struts 2.0.11

2009-04-27 Thread Terry Gardner
Can you be a little more clear about your ask? Using the examples in the given URL, are you asking about: 1. How to code exception.jsp? 2. How to code SQLExceptionAction.java? 3. What is on the ValueStack in these examples and an Exception occurs? 4. something else? On Apr 27, 2009, at 4:34 AM