> hi there,
> whats wrong with this code?
[quoted text clipped - 34 lines]
> ava:1180)
> at
[...]
As far as I can tell, the exception thrown is deceptive. The "name"
property clearly has a getter (and a setter). I'm not even sure why the
tool would complain about lack of a getter anyway, as (IIRC) it is not
required that there be one.
One possibility is that the class needs to be public. Another (much
less likely) is that it needs to be assigned to a named package. I also
note that technically a bean class must be Serializable, but I have
trouble imagining that being the source of your difficulty.
HTH,
John Bollinger
jobollin@indiana.edu