Re: struts redeploy problem

2005-09-28 Thread Murray Collingwood
I would guess that "type" is a reserved word. Try changing it to "myType"? Kind regards mc On 29 Sep 2005 at 11:40, Elaine Sit wrote: > My webapp using tomcat5.5 + struts > > I create a new form bean in the struts-config.xml as following: > > type="org.apache.struts.validator.DynaValidatorFo

struts redeploy problem

2005-09-28 Thread Elaine Sit
My webapp using tomcat5.5 + struts I create a new form bean in the struts-config.xml as following: ... and do the deployment to the tomcat by 1. remove the war package 2. and put the new war package. It works fine .. but then when I add another form variable to surveyForm