Hi,
I am using J Builder 9 for web development.
It has built-in Struts 1.0. Is it possible to change it to struts 1.1 version.
I tried changing the struts.jar file in thirdparty/jakarta-struts-1.0.2.
But it doesnt work properly.
My problem is the error given:

Parse Error at line 7 column -1: Element "form-bean" does not allow "form-property" 
here.
org.xml.sax.SAXParseException: Element "form-bean" does not allow "form-property" here.

in my struts-congig.xml:

 <form-beans>
<form-bean name="radioForm"
  type="org.apache.struts.action.DynaActionForm">
  <form-property name="control" type="java.lang.String[]"/>
</form-bean>
    <form-bean name="girisActionForm" type="dxwd02.forms.GirisActionForm" />
  </form-beans> 

Thanks for help.
Regards,
Ramil

Reply via email to