On Tue, 9 Jul 2002, Struts Newsgroup wrote:

> Date: Tue, 9 Jul 2002 01:55:02 -0700
> From: Struts Newsgroup <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: shouldn't html taglib support _ALL_ HTML 4.x default attributes?
>
> Subject: shouldn't html taglib support _ALL_ HTML 4.x default attributes?
> From: Serge Shikov <[EMAIL PROTECTED]>
>  ===
> Hello,
>
> I mean - id, lang, class, and many other attributes, defined in HTML 4.x
> specs? Why I coudn't specify id or class in <html:form> to do some DHTML
> tricks later?
>

The "styleId" attribute on nearly every Struts HTML tag actually generates
the "id" attribute in the emitted HTML.  We couldn't use "id" directly
because it is a reserved attribute name in JSP 1.1.  Likewise,
"styleClass" on the Struts tag renders "class" in HTML.

As for the rest, we've added most of the HTML 4.01 attributes that people
have asked for.  If you've got specific ones in mind, please submit an
enhancement request to our bug tracking system:

  http://nagoya.apache.org/bugzilla/


Craig


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

Reply via email to