[
https://jira.jboss.org/jira/browse/RF-8029?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-8029:
-------------------------------
Description:
Page code doesn't work for rich:dataTable - clicking links always produce new
numbers:
<rich:dataTable value="#{conversationDataBean.strings}"
var="item">
<h:column>
<h:commnadLink value="#{item}"
action="#{conversationDataBean.print(item)}" />
</h:column>
</rich:dataTable>
For h:dataTable it works ok
was:
Attached code doesn't work. For h:dataTable it works ok
Seam conversations are not working for rich:dataTable
-----------------------------------------------------
Key: RF-8029
URL:
https://jira.jboss.org/jira/browse/RF-8029
Project: RichFaces
Issue Type: Bug
Components: component-tables, JSF 2.0
Affects Versions: 3.3.2.SR1
Reporter: Nick Belaevski
Assignee: Andrey Markhel
Fix For: 3.3.3.BETA1
Attachments: ConversationDataBean.java
Page code doesn't work for rich:dataTable - clicking links always produce new
numbers:
<rich:dataTable value="#{conversationDataBean.strings}"
var="item">
<h:column>
<h:commnadLink value="#{item}"
action="#{conversationDataBean.print(item)}" />
</h:column>
</rich:dataTable>
For h:dataTable it works ok
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira