RE: java.lang.IllegalStateException: Configuration is frozen

2002-09-17 Thread Sharon Tam
ode. But why did you need to call setInput() in the first place? -- Martin Cooper > -Original Message- > From: Sharon Tam [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 17, 2002 4:39 PM > To: Struts Users Mailing List > Subject: RE: java.lang.IllegalStat

RE: java.lang.IllegalStateException: Configuration is frozen

2002-09-17 Thread Martin Cooper
ist > Subject: RE: java.lang.IllegalStateException: Configuration is frozen > > > > Martin, those are the old codes. I am trying to migrating to > struts1.1 without any code changes. So according to what you > said, I will have to modify the existing codes then, is it right?

RE: java.lang.IllegalStateException: Configuration is frozen

2002-09-17 Thread Sharon Tam
[EMAIL PROTECTED] > Subject: java.lang.IllegalStateException: Configuration is frozen > > > > Hi, in struts1.1, can we call mapping.setInput()? My > application throws java.lang.IllegalStateException: > Configuration is frozen when I tried to call > mapping.setInput("

RE: java.lang.IllegalStateException: Configuration is frozen

2002-09-17 Thread Martin Cooper
ilto:[EMAIL PROTECTED]] > Sent: Tuesday, September 17, 2002 3:51 PM > To: [EMAIL PROTECTED] > Subject: java.lang.IllegalStateException: Configuration is frozen > > > > Hi, in struts1.1, can we call mapping.setInput()? My > application throws java.lang.IllegalStateExceptio

java.lang.IllegalStateException: Configuration is frozen

2002-09-17 Thread Sharon Tam
Hi, in struts1.1, can we call mapping.setInput()? My application throws java.lang.IllegalStateException: Configuration is frozen when I tried to call mapping.setInput("") at the end of my validate() in the ActionForm. However, the codes work in struts1.0.2. Thanks