Unable to find setter method for attribute: maxRows

2002-11-14 Thread Jim Cobban
method should be setMaxRows. But I have such a method and I am still getting the Unable to find setter method for attribute: maxRows error message. This is with Tomcat 4.0.3. The relevant line in the .jsp is: census:subdivq lang=EN maxRows=999 The tag definition in the TLD is: tag

Re: Unable to find setter method for attribute: maxRows

2002-11-14 Thread Kwok Peng Tuck
reading of the documentation that says the setter method should be setMaxRows. But I have such a method and I am still getting the Unable to find setter method for attribute: maxRows error message. This is with Tomcat 4.0.3. The relevant line in the .jsp is: census:subdivq lang=EN maxRows=999

Re: Unable to find setter method for attribute: maxRows

2002-11-14 Thread Craig R. McClanahan
On Thu, 14 Nov 2002, Jim Cobban wrote: I cannot get Tomcat to accept tag classes where the setter method is implemented in a base class. I have to put the setter method into every derived class, which sort of defeats the point. However now I have run into a situation where even that does