Nick,

unfortunately I know no straight workaround. The getClass method in
java.lang.Object is declared final and you would if you could override that
risk that the jre completely screws up.
You could of course call it CLASS. From a code purist's point of view that
would be blasphemic, but it should work.

Mika

----- Original Message -----
From: "Nick Pierpoint" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 1:42 PM
Subject: Using "class" as an attribute


>
> Hello All.
>
> I have a custom tag that Tomcat (Jasper) won't compile.
>
> The problem is one of its attributes called "class". I want to include
this
> attribute so that users of the tag can set the style sheet attribute in
the
> same way as for other HTML4 tags.
>
> Corresponding to the "class" attribute, there is a setClass(String)
method.
> There is not a getClass() method as it clashes with the getClass() method
of
> the underlying Object class.
>
> I have tried this on Tomcat to 3.3 and it produces the following error
> message:
>
>     - org.apache.jasper.compiler.CompileException:
>
/usr3/jakarta-tomcat-3.3/webapps/panportalDev/forms/ieformtest.jsp(41,0)
>     Unable to find setter method for attribute: class
>     at org.apache.jasper.compiler.TagBeginGenerator.generateSetters
>
> There is public void setClass(String s) in the Tag
> but, of course, no property called 'class'.
>
>
> Using "class" as an attribute is very natural for page designers so I
expect
> there is a workaround. Anyone any ideas?
>
>
> --
> Nick Pierpoint
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to