I am trying to do the following test form:

<form-bean name="TestDynaForm"
type="org.apache.struts.validator.DynaValidatorForm">
      <form-property name="method" type="java.lang.String" />
        <form-property name="page" type="java.lang.Integer" />
        <form-property name="person" type="web.Person" />
</form-bean>

In my Action I get the person member = NULL.

1) Is it forbidden to use normal Objects embedded inside a DynaForm?
2) Is it possible to extend a DyaActionForm and have the Derived class
insert new properties on the fly, things like 'method' 'page' etc..?

Thanks in advance,
Erez



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

Reply via email to