On Tue, 19 Nov 2002, Jim Cobban wrote:

> Furthermore I have received a reply from another user that he encountered
> the same problem with an attribute "class" which he had to rename to "clasz"
> in order to get it to work.

FYI, this is because the java.lang.Object class (superclass of all Java
objects) has a getClass() method already.  Basically, that makes it
tedious to impossible to use "class" as a property name.

Craig


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

Reply via email to