Hi all.

We were using struts 1.0 and doing something like this : 
//If error occurs : go on tabbed pane where it is raised.
if (errors.size() != 0) {
    mapping.setInput(INPUT_INFORMATIONS);
    return errors;
}

It was working well in struts 1.0.

My problem is that uin struts 1.1 when i'm using the same instruction to 
programmaticaly change my input i've got this exception : 

java.lang.IllegalStateException: Configuration is frozen
        at org.apache.struts.config.ActionConfig.setInput(ActionConfig.java:206)
        at 
fr.unedic.simulationcalcul.produits.assurance.are.navigation.strut.liquidation.cod07.AjoutDemandeForm.validate(AjoutDemandeForm.java:337)


What is the good way?

Help me please, i'm trying to migrate in struts 1.1
Thanks in advance.

Alexandre Duprat.

-------------------------------------------------------------
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
T�l�phone/Fax : 08 92 69 00 21 (0,34 � TTC/min)
Minitel: 3615 NETCOURRIER (0,15 � TTC/min)


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to