dev@javaserverfaces.java.net

Seeking Review - jsfapi-74 - Part 2

From: Roger Kitain <Roger.Kitain_at_Sun.COM>
Date: Fri, 29 Jul 2005 14:49:32 -0400

Summary:
Added "disabled" attribute to commandLink with the following rendering
behavior:

     If the "disabled" attribute is specified, do not render the HTML "a"
     anchor element or the "href" element. Instead, render a "span"
element.
     If the "styleClass" attribute is specified, render its value as the
value
     of the "class" attribute on the "span". Render any pass-through
attributes
     on the "span".

I'm not introducing another "disabledClass" attribute, but allowing the
usage
of "style" or "styleClass" with disabled.

https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=74

-roger