On Fri, Mar 28, 2014 at 1:52 PM, Howard W. Smith, Jr.
<smithh032...@gmail.com> wrote:
> I just remembered that I had this issue, too, when I migrated from Mojarra
> to MyFaces. My quick/easy fix was to use TextPad, search all *.xhtml files
> in my project for h:outputLabel, and replce with h:outputText. I don't use
> outputLabel, i add label to my PrimeFaces UI components, as/when necessary.


What Howard suggests is the best solution.

Having h:outputLabel without a "for" attribute is meaningless.   If
you are not attaching the label, you should be using h:outputText
instead of h:outputLabel.

Reply via email to