The rule is a simple addSetProperties. The fields and attributes are named according
to the bean convention. Other fields in Bean are being set properly, just not the one
that is stored internally as one of my classes.
So, Bean really is more like:
public class Bean
{
private int ndx;
private Foo f;
...getters and setters here...
}
In which case ndx is correct and f is not. Like I said, the setter is being called,
but the instance that I'm getting at the end isn't the instance that the setter is
being called on...
Thanks!
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]