Has anyone noticed a bug in the t:inputTextarea UI component? I have the
value attribute of the control tied to an attribute in a managed backing
bean. When the user selects a different option in a t:selectOneMenu UI
component, on the same page, the method specified in the
valueChangeListener attribute is called that changes the attribute used
by the t:inputTextarea UI component. Even though the attribute in the
managed backing bean changed, the t:inputTextarea UI component does not
display the new value when the page refreshes.
Any ideas or has anyone noticed a similar behavior?
One other thing, if I add the displayValueOnly="true" attribute to the
t:inputTextarea UI component then the page is rendered with a span tag,
rather than a textarea tag, and the new value of the attribute in the
managed backing bean is displayed.
Thanks,
Dave