Why can I not use attributes "lang" and "maxRows" in a custom tag

2002-11-19 Thread Jim Cobban
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 s

Re: Why can I not use attributes "lang" and "maxRows" in a custom tag

2002-11-22 Thread Jan Luehe
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 "un

Re: Why can I not use attributes "lang" and "maxRows" in a custom tag

2002-11-23 Thread Jim Cobban
- Original Message - From: "Jan Luehe" <[EMAIL PROTECTED]> Subject: Re: Why can I not use attributes "lang" and "maxRows" in a custom tag > > Tomcat 4.1.12 does not accept a custom tag with attributes "lang" > > or "ma

Re: Why can I not use attributes "lang" and "maxRows" in a custom tag

2002-11-23 Thread Robert_McDermid
>cc: <[EMAIL PROTECTED]> Subject: Re: Why can I not use attributes "lang

Re: Why can I not use attributes "lang" and "maxRows" in a custom tag

2002-11-23 Thread Jim Cobban
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> Subject: Re: Why can I not use attributes "lang" and "maxRows" in a custom tag > > Tomcat cares because JSP custom tags are required to implement the > standard JavaBean nam

Re: Why can I not use attributes "lang" and "maxRows" in a custom tag

2002-11-23 Thread Paul Speed
><[EMAIL PROTECTED]> > > cc: ><[EMAIL PROTECTED]> > Subject: Re: Why can I not use >attributes "lang" and "maxRows" in a cu