Yeah I notice the same thing.  Its really bugging me and I'm glad Mr.
Dieterle has brought it to the myfaces group.

-----Original Message-----
From: Dieterle, David W 
Sent: Friday, June 30, 2006 8:52 AM
To: MyFaces Discussion
Subject: Bug in the tomahawk inputTextarea UI component???

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


Reply via email to