[JBoss JIRA] Created: (RF-1425) orderingList: wry header view
by Tsikhon Kuprevich (JIRA)
orderingList: wry header view
-----------------------------
Key: RF-1425
URL: http://jira.jboss.com/jira/browse/RF-1425
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: tomcat 6
JSF 1.2 with facelets
IE 6, 7.
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
<rich:orderingList value="#{listBean.capitals}" var="capitals" id="MyId">
<f:facet name="caption">caption_1</f:facet>
<h:column>
<f:facet name="header">header_1</f:facet>
<h:outputText value="#{capitals.stateFlag}"/>
</h:column>
<h:column>
<h:outputText value="#{capitals.capitalName}"/>
</h:column>
</rich:orderingList>
see attached image.
--
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
18 years, 4 months
[JBoss JIRA] Created: (RF-1459) TabPanel: valueChangeListener not found
by Ilya Shaikovsky (JIRA)
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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 4 months