[jboss-user] [JBoss Seam] - Re: fileUpload styleClass attribute is not rendered properly
rlhr
do-not-reply at jboss.com
Sat Mar 31 13:42:34 EDT 2007
In org.jboss.seam.uiUIFileUpload, line 147:
| writer.writeAttribute(HTML.STYLE_CLASS_ATTR, styleClass, null);
|
should be (I believe):
| writer.writeAttribute(HTML.CLASS_ATTR, styleClass, null);
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033462#4033462
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033462
More information about the jboss-user
mailing list