Hi all,

I'm trying to figure what the JavaDoc for UIComponentBase.getAttributes
means. Can anyone shed some light on it for me please?

        /*
         * The get() method of the Map must take the following additional
action if this component instance is a
         * composite component instance (indicated by the presence of a
component attribute under the key given by
         * the value of Resource.COMPONENT_RESOURCE_KEY): If the result to
be returned from the get() method is a
         * ValueExpression, call the
ValueExpression.getValue(javax.el.ELContext) method and return the result
from
         * get(). Otherwise, return the actual value from the get() method.
         */

My problem is that the get method already evaluate ValueExpression... and
not just in the case of composite components... So I'm pretty much
dumbstruck about what's supposedly new about it.


Regards,

~ Simon

Reply via email to