Re: Question about ActionForward.setRedirect method

2005-10-24 Thread Frank W. Zammetti
I have to make some educated guesses here, because I don't know the full Struts lineage at that early stage (didn't start using it until 1.1)... The message your seeing is because the forward configs are frozen once they are read in. Recall that, like Actions, there is one instance for any given

Question about ActionForward.setRedirect method

2005-10-24 Thread pantichd
Hello, I'm converting my struts apps from version 1.0.2 to 1.2.7. In my 1.0.2 app I can call ActionForward.setRedirect method and pass it "true" with no problem. When running with 1.2.7 it generates the following error. Error [javax.servlet.ServletException: Configuration is frozen], with