You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Parag Shah <ad...@gmail.com> on 2007/07/07 09:52:56 UTC

A minor error in UIComponentBase documentation

Hello UIComponentBase has the following documentation for it's
getAttributes() method.

<li>If this component has an explicit property for the specified key
     *  then the getter method is called. If the property exists, but is
     *  read-only (ie only a setter method is defined) then an
     *  IllegalArgumentException is thrown.

Line 100 in UIComponentBase (the 3rd one above) should be "write-only"
instead of "read-only".

Sorry to bother you'll if this has already been corrected.

--
Thanks
Parag