Have a look at https://github.com/StripesFramework/stripes/blob/master/stripes/src/main/java/net/sourceforge/stripes/tag/HtmlTagSupportBeanInfo.java. This allows the HtmlTagSupport tag to have an attribute named 'class' without interfering with the getClass() method.
On Tue, Sep 23, 2014 at 1:35 PM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 2014-09-23 8:53 GMT+02:00 Greg Huber <gregh3...@gmail.com>: > > Lukasz, > > > > I have used in the past the class="" on the s:a tag: > > > > <s:a class="divtab" action="..">..</s:a> > > > > I now get a "Unable to find setter method for attribute: class" message. > > Do I have to change all these now to cssClass? > > > > The class shows as still being available. > > > > .... The css class to use for element - it's an alias of cssClass > attribute. > > It won't work :( I will have to revert that change (will drop "class" > attribute) - it depends on a container how to interpret this property. > > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org > For additional commands, e-mail: dev-h...@struts.apache.org > >