I have found that Tomcat does not handle the attributes "lang" and "maxRows" in my 
custom tags the way it does attributes with otherwise similar names.  With those two 
attribute names Tomcat complains that it is "unable to find setter method".  But if I 
change the attributes to "ling" and "maxRoz" Tomcat can find my setter methods.  
Unfortunately I do not believe that my customers will find "ling" and "maxRoz" to be 
intuitive attribute names to describe the human language of the interface and the 
maximum number of rows from the table to display.

Am I just SOL?  Am I forced to use non-intuitive attribute names in order to comply 
with some implementation characteristic of Tomcat?  I have searched the JSP 
specification from top to bottom.  I cannot find any occurrence of the word "maxRows" 
and the only occurrences of the word "lang" is as part of "java.lang.xxx".  Therefore 
I do believe that there is any restriction in the JSP specification that I cannot use 
these attribute names.

Jim Cobban   [EMAIL PROTECTED]
34 Palomino Dr.
Kanata, ON, CANADA
K2M 1M1
+1-613-592-9438

Reply via email to