I'm using the html taglib, specifically the submit and reset tags.  I would
like to apply a CCS class to the buttons called "button":

<html:submit property="submit" value="Submit" class="button"/>
<html:reset class="button"/>

I tried setting the class attribute, but I get the following error:

Attribute class invalid according to the specified TLD

I'm using Struts 1.02

Thanks in advance.

Andrew



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to