I am having a problem with Torque generated objects not fitting the "Bean Pattern".
My Object's primary key is a NumberKey called UserID. Torque generates get/set methods for this NumberKey, but it also generates a set method which accepts a String parameter. I don't know the complete rules for JavaBean accessor methods, but my IDE (NetBeans) shows "UserID" as a write-only String value. The taglib I am using to render this bean to the user, tells me it cannot access the value for UserID because no method exists to retrieve it. Is there any reason for the set String method? It would be nice if it was either removed, or could be disabled via Torque's build.properties. -james -- [] James A. Hillyerd <[EMAIL PROTECTED]> - Java Software Engineer [] PGP 1024D/D31BC40D F87B 7906 C0DA 32E8 B8F6 DE23 FBF6 4712 D31B C40D -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
