Re: Change Input parameter at run time part 2...

2006-05-04 Thread Michael Jouravlev
Oh, and by the way, I suggest that instead of hacking "input" property you abandon it altogether as well as autovalidation. If you turn autovalidation off, your action.execute() method will always be called, so you can call actionform.validate() manually and then make a decision where to forward.

Re: Change Input parameter at run time part 2...

2006-05-04 Thread Michael Jouravlev
It is not possible (at least legally). You should create a new ActionMapping object. On 5/4/06, Troy Bull <[EMAIL PROTECTED]> wrote: I found mapping.setInput but i get an error when i try to change it telling me java.lang.IllegalStateException: Configuration is frozen How do u temporarily unf

Re: Change Input parameter at run time part 2...

2006-05-04 Thread Troy Bull
I found mapping.setInput but i get an error when i try to change it telling me java.lang.IllegalStateException: Configuration is frozen How do u temporarily unfreeze my configuration so I can change my input ?? thanks troy Troy Bull said the following on 5/4/2006 1:37 PM: Greetings I have