RE: help: When is ActionConfig.freeze() called

"Peyathevar, Santhi {PBG}" <[email protected]> Wed, 11 Jun 2003 11:28:20 -0500
Newsgroups gmane.comp.java.mvc.devel
Message-ID <[email protected]>
Problem: Illegal State. Configuration frozen. ActionConfig.freeze()
Where: ActionForm.validate()
Trying: mapping.setInput() or mapping.setForward(), to set the next page
dynamically after an error occurs
Why: I could have come to this ActionForm from an action, that is shared by
multiple forms
 
1. Has anyone come across this? 
2. When is the ActionConfig.freeze called?
3. Is there any other way i can dynamically decide the "forward" from
ActionForm.validate()
 
Thanks for the help
Santhi