Re: Pass parameter to ActionSupport class

2009-04-08 Thread NR031
 } else if (submit_value != null && >> submit_value.equalsIgnoreCase("Show Failure Page")) { >>            return "failure"; >>        } >>        System.out.println("Error occurred :: submit_value = " + >> submit_value); >>        ret

Re: Pass parameter to ActionSupport class

2009-04-08 Thread Nils-Helge Garli Hegvik
p;& > submit_value.equalsIgnoreCase("Show Failure Page")) { >            return "failure"; >        } >        System.out.println("Error occurred :: submit_value = " + > submit_value); >        return "error"; >    } > } > > Is it possibl

Pass parameter to ActionSupport class

2009-04-08 Thread NR031
Request inside execute() method? What is the problem in the above code? and what is the solution? Thanks in advance, -- View this message in context: http://www.nabble.com/Pass-parameter-to-ActionSupport-class-tp22947415p22947415.html Sent from the Struts - User mailing list archive at Nabble.com. --