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 to use the displayValueOnly?
I need to create components in the backing bean since I do not know the number of components until run time.
The textarea is embedded in a panelGrid which is also from the same package.
Experts, please advise.