Hi Using 1.0 I had a situation where I used to dynamically set the input from within my ActionForm. In 1.1 (b2) this is no longer possible, since the configuration of the object is "frozen". An IllegalStateException is thrown and my app no longer works as required.
What is the suggested way to get around this? Should I reconfigure my app so I don't dynamically set the input, or is there another way in Struts 1.1 to dynamically set the input? TIA, Karim

