Hi, I'm having a problem with a bean I wrote.
In tomcat I get a "java.lang.NoSuchMethodError: net.economicoutlook.cnwebsite.DocumentBean.getDocTypeId()J" when a jsp file tries to access the "docTypeId" field in my bean. docTypeId is of type java.lang.Long. I have noted that if docTypeId is a primative ie "long" I dont get this error. Do you have to use a primative for these fields in a bean ? Thanks David Butterworth -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
