> [org.apache.myfaces.renderkit.html.HtmlLabelRenderer] - <Attribute 'for' of > label component with id manageAddrBlkForm:_id45 is not defined> > I am not sure what the error means "Attribute 'for' of label component is > not defined"
It means that the component with the ID "manageAddrBlkForm:_id45" does not have the for attribute given. This is not a message component, but a label component (org.apache.myfaces.renderkit.html.HtmlLabelRenderer is the renderer)

