displayValueOnly « MyFaces « JSF Q&A





2. MyFaces displayValueOnly from Java does not work    coderanch.com

I am trying to set the displayValueOnly property to true for a textarea component in the backing bean Java code. But it does not work. The widget is still displayed. The same works when I give t:inputTextArea directly in the JSP. All the components that I am creating in the backing bean are from org.apache.myfaces.component.html.ext package. Is this the correct package ...