RE: reflect.InvocationTargetException

2008-02-21 Thread Rose India (http://www.roseindia.net)
Hi Check given URL for the solution http://www.roseindia.net/answers/viewanswers/30.html Regards Neelam -Original Message- From: Richard Sayre [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008 8:21 PM To: Struts Users Mailing List Subject: reflect.InvocationTargetException

[OT] RE: reflect.InvocationTargetException

2008-02-21 Thread Dave Newton
--- Rose India (http://www.roseindia.net) [EMAIL PROTECTED] wrote: Check given URL for the solution http://www.roseindia.net/answers/viewanswers/30.html That is not a solution. That is a poor definition of what an InvocationTargetException is, and completely non-responsive. Dave

RE: reflect.InvocationTargetException

2008-02-21 Thread Allen, Daniel
To: Struts Users Mailing List Subject: reflect.InvocationTargetException Hi All, I am getting the following error in my Struts 2 application. class java.lang.reflect.InvocationTargetException : null None of my classes are showing up in the stack trace. But it is happening at the same spot in my

reflect.InvocationTargetException

2008-02-20 Thread Richard Sayre
Hi All, I am getting the following error in my Struts 2 application. class java.lang.reflect.InvocationTargetException : null None of my classes are showing up in the stack trace. But it is happening at the same spot in my application. Has anyone encountered this before? Any suggestons on

Re: reflect.InvocationTargetException

2008-02-20 Thread Dave Newton
--- Richard Sayre [EMAIL PROTECTED] wrote: Has anyone encountered this before? Nope (well, I mean, *I* haven't, anyway). Any suggestons on how to fix this? Post the code (and its related configuration, and the URL you're using to invoke it) that you believe should be getting executed. Is