TabPanel: valueChangeListener not found
---------------------------------------
Key: RF-1459
URL:
http://jira.jboss.com/jira/browse/RF-1459
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
Fix For: 3.2.0
<h:inputText value="#{bean.property1}"
valueChangeListener="#{bean.valueChanged}"></h:inputText>
<rich:tabPanel switchType="ajax" selectedTab="#{bean.tabName}"
valueChangeListener="#{bean.valueChanged}">
and
public void valueChanged(ValueChangeEvent event) {
System.out.println(event.getComponent().toString());
}
at the log I have the following:
javax.faces.component.html.HtmlInputText@b6a6d6
and
WARNING: /pages/tabsTest.xhtml @14,110
valueChangeListener="#{bean.valueChanged}": Method not found:
demo.Bean(a)1e8e144.valueChanged()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: