[jboss-user] [JBoss Seam] - Re: fileUpload styleClass attribute is not rendered properly

2007-03-31 Thread [EMAIL PROTECTED]
Fixed in CVS, thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033492#4033492

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033492
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: fileUpload styleClass attribute is not rendered properly

2007-03-31 Thread rlhr
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
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user