For http://issues.apache.org/jira/browse/TRINIDAD-679:

LabeledFacesMessage's "label" property is currently extremely
obscure in that it can store either a ValueBinding or a String
(or in JSF 1.2, a ValueExpression).  That's needed to support
f:loadBundle-based labels, but is totally undocumented.  I'm
javadoc'ing this class and adding a getLabelAsString(FacesContext)
method that can be used to return the actual string label,
evaluating the ValueBinding.  Should be non-controversial,
but if anyone disagrees, lemme know.

-- Adam

Reply via email to