[
http://jira.jboss.com/jira/browse/RF-1459?page=all ]
Nick Belaevski resolved RF-1459.
--------------------------------
Fix Version/s: 3.1.3
(was: 3.2.0)
Resolution: Done
Assignee: Ilya Shaikovsky (was: Nick Belaevski)
Does not affect 3.2.0
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: Ilya Shaikovsky
Fix For: 3.1.3
<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:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira