deviceCreation is defined only once in the wizard class.

all of the wizard steps are inner classes and, if needed, refer to
deviceCreation of their outer class which is the main wizard class.

so it should be the same instance.

On Wed, Sep 16, 2009 at 6:26 PM, Pedro Santos <[email protected]> wrote:

> The device on wizard model need to be the same instance that was passed to
> the DropDownChoice?
> See if at some point you are working with 2 intances of Device.
>
> new PropertyModel<Distributor>(devicesCreation, "distributor"),
>  private Device deviceCreation;
>
> devicesCreation != deviceCreation
>
>
>

Reply via email to