Re: HTML bean - class and style attrbutes????

2002-09-04 Thread Bryan Hilterbrand
I'm new to Struts, but I think you're right. A lot of the html tags allow class and style attributes, but bean:write certainly doesn't seems to have them. We'll have to use an HTML span tag or something similar... Bryan - Original Message - From: neal [EMAIL PROTECTED] To: Struts

RE: HTML bean - class and style attrbutes????

2002-09-04 Thread Joe Barefoot
I'm not sure what documentation you were looking at, but all of the form elements (that I know of) support style and styleClass: http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html The bean tag library does not support styles. This is because you want the value from a JavaBean