I have an Action that creates a dinamic forward (Struts 1.1b2). I use:

mapping.addForwardConfig(new
ForwardConfig("dirTo","http://someurl.com",true));

but when my Action executes this line I have the exception:

javax.servlet.ServletException: Configuration is frozen

before I can made:

return mapping.findForward("dirTo");

¿Someone can help me?

Thanks in advance!!


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to