Thanks for a reply, but I still have not solved my problem.
After I moved all library files, just like you said.
I tried to change my struts-config.dtd
But encountered with the following parser error:

Parse Fatal Error at line 4 column -1: External entity not found:
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";.

When I compile with stuts-config_1_0.dtd, it compiles:

register('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN',
'jar:file:D:/Dev/Devweb/test/strutswebapp/WEB-INF/lib/struts.jar!/org/apache
/struts/resources/struts-config_1_0.dtd'

But this time it does not support the tags of struts-config_1_1.dtd.

thanks again!
Ramil



----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 21, 2004 1:30 PM
Subject: RE: Jbuilder 9 Changing Stuts 1.0 to 1.1


> Yes it - is. I use Jbuilder 9 and struts 1.1
>
> You need to manually configure it:
> - Add 2 new libraries through Tools/Configure Libraries - call one Struts
> 1.1 and the other Struts 1.1 JSTL
> - For Struts 1.1 JSTL
> - add classes %strutsdir%/contrib/struts-el/lib/jstl.jar and
> %strutsdir%/contrib/struts-el/lib/standard.jar
> - Framework- choose JSTL and define all libraries eg core (EL)
> prefix c, core (RT) prefix c_rt
> - For Struts 1.1
> - add classes commons-beanutils.jar, commons-collections.jar,
> commons-digester.jar, commons-fileupload.jar, commons-lang.jar,
> commons-validator.jar, jakarta-oro.jar, struts.jar, struts-el.jar all from
> %strutsdir%/contrib
> - Framework - choose Struts and define all the tag libraries
> - Required libraries - Struts JSTL 1.1
>
> -----Original Message-----
> From: Ramil Mirhasanov [mailto:[EMAIL PROTECTED]
> Sent: 21 April 2004 11:15
> To: [EMAIL PROTECTED]
> Subject: Jbuilder 9 Changing Stuts 1.0 to 1.1
>
>
> 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
>
>
> ------------------------------------------------------------------------
> For more information about Barclays Capital, please
> visit our web site at http://www.barcap.com.
>
>
> Internet communications are not secure and therefore the Barclays
> Group does not accept legal responsibility for the contents of this
> message.  Although the Barclays Group operates anti-virus programmes,
> it does not accept responsibility for any damage whatsoever that is
> caused by viruses being passed.  Any views or opinions presented are
> solely those of the author and do not necessarily represent those of the
> Barclays Group.  Replies to this email may be monitored by the Barclays
> Group for operational or business reasons.
>
> ------------------------------------------------------------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to