Hi Guys,

Am getting an exception in tomcat console when try to
install DynaActionForm using below nodes in
struts-config.xml :

 <form-bean name="DynaAddressForm"   
        
type="org.apache.struts.action.DynaActionForm">
         <form-property name="name"
type="java.lang.String"/>
         <form-property name="address"
type="java.lang.String"/>
         <form-property name="email"
type="java.lang.String" />
   </form-bean>

Error is :

SEVERE: Parse Error at line 40 column 13: The content
of element type "form-bean
" must match
"(icon?,display-name?,description?,set-property*)".
org.xml.sax.SAXParseException: The content of element
type "form-bean" must matc
h "(icon?,display-name?,description?,set-property*)".
        at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException

Any idea ?

Thanks ,Deepak

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to