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
I've seen similar things working with other programs than Struts, but it might be relevant to you. Reflection frameworks tend to give back null rather than an exception when the method in question isn't found, so go back and check for typos in your XML where you specify any method names. Can't

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