Re: mapping.setInput()

2004-07-27 Thread Craig McClanahan
On Wed, 28 Jul 2004 10:38:17 +0530, Raghuram Kanadam <[EMAIL PROTECTED]> wrote: > Very true. We agree Craig, but why should the moduleConfig be frozen, there > could have been a provision made for adding an action mapping dynamically, that > could determine its config at runtime. A situat

RE: mapping.setInput()

2004-07-27 Thread Raghuram Kanadam
ng about adding an unfrozen action mapping to the existing modules by overloading the initModules. :) -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 10:54 PM To: Struts Users Mailing List Subject: Re: mapping.setInput() On Tue, 27 Ju

Re: mapping.setInput()

2004-07-27 Thread Craig McClanahan
On Tue, 27 Jul 2004 11:34:48 +0530, Raghuram Kanadam <[EMAIL PROTECTED]> wrote: > Sory Satish! Configurations freeze upon loading! Check the ActionServlet's code. > However We did find a way through, If you dont specify the input parameter then the > ActionConfig.getInput () returns a new Forward

RE: mapping.setInput()

2004-07-27 Thread Raghuram Kanadam
bject: mapping.setInput() Hi, I am trying to change the input jsp page of my action mapping in the validate method of my form bean using mapping.setInput() method. Then, I get a "Configuration is frozen " error message. Can anyone tell me how i can dynamically change the inpu

mapping.setInput()

2004-07-26 Thread naga satish chandra rupenaguntla
Hi, I am trying to change the input jsp page of my action mapping in the validate method of my form bean using mapping.setInput() method. Then, I get a "Configuration is frozen " error message. Can anyone tell me how i can dynamically change the input for my action mapp