You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/05/05 12:19:45 UTC

DO NOT REPLY [Bug 19657] New: - instanciating and initialising by xml doesn't work with complex Objects

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19657>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19657

instanciating and initialising by xml doesn't work with complex Objects

           Summary: instanciating and initialising by xml doesn't work with
                    complex Objects
           Product: Struts
           Version: 1.1 RC1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: w.koenig@lvm.de


for example:

<form-bean name="aName"
               type="org.apache.struts.validator.DynaValidatorForm">
      <form-property name="anAdress" type="de.xx.xx.Adress">
           <set-property property="street" value="aStreet" />
           <set-property property="town" value="anywhere" />
           <set-property property="land" value="D" />
      </form-property>
</form-bean>

this does not work - the class is properly instanciated, the property is not 
invoced. All getter and setter-methods in the class are ok, the BeanUtils can 
set the properties by another way.

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org