[richfaces-issues] [JBoss JIRA] Created: (RF-1459) TabPanel: valueChangeListener not found

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Nov 29 10:52:46 EST 2007


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 at b6a6d6

and

WARNING: /pages/tabsTest.xhtml @14,110 valueChangeListener="#{bean.valueChanged}": Method not found: demo.Bean at 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

        



More information about the richfaces-issues mailing list