mapping.getInput() returns null

2001-01-09 Thread Phillips, George H.
())) mapping.getInput() returns null so when the servlet tries to do a forward to the originating page I get: java.lang.NullPointerException at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.ja va:1562) etc... A typical entry in my struts-config.xml

Re: mapping.getInput() returns null

2001-01-09 Thread Pierre Métras
Hi George, Two months ago, when moving to 1.0, I was stroke by this one too... Extract from Craig's response: mapping.getInput() works OK if you have the "input" attribute set in the corresponding action tag in struts-config.xml So your strut-config.xml should be: action

RE: mapping.getInput() returns null

2001-01-09 Thread Phillips, George H.
Thank you, Pierre. That did the trick. -Original Message- From: Pierre Mtras [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 1:32 PM To: [EMAIL PROTECTED] Subject: Re: mapping.getInput() returns null Hi George, Two months ago, when moving to 1.0, I was stroke