PanelLabelAndMessageRenderer overrides hasMessage
-------------------------------------------------
Key: TRINIDAD-672
URL: https://issues.apache.org/jira/browse/TRINIDAD-672
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.0.2-core
Reporter: Andrew Robinson
Assignee: Andrew Robinson
PanelLabelAndMessageRenderer.hasMessage is defined as:
@Override
protected boolean hasMessage(
FacesContext context,
RenderingContext arc,
UIComponent component,
FacesBean bean)
{
return false;
}
There doesn't seem to be any reason to override this function and asking the
mailing list has resulting in no one knowing. It is stopping functionality
working correctly when there is a message.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.