Jim, > Tomcat 4.1.12 does not accept a custom tag with attributes "lang" > or "maxRows". When I asked about this on the Tomcat users list I was > informed that it also does not accept the attribute "class". > > Specifically if I define those attributes then when the jsp is compiled I > get an "unable to find setter" error. If I replace them with similar but > meaningless attribute names the page compiles correctly.
This can't be true. For example, JSTL defines an attribute named 'maxRows' for its <sql:query> action. I am not aware of any naming restrictions for custom tag attributes. Are you sure the tag handler for your custom action defines an approriate setter method for the attributes in question? Jan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>