[richfaces-issues] [JBoss JIRA] Updated: (RF-10824) Tables: behaviors for row* events are not decoded properly

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Wed Apr 6 06:51:33 EDT 2011


     [ https://issues.jboss.org/browse/RF-10824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Shaikovsky updated RF-10824:
---------------------------------

    Workaround Description: 
	<h:form id="form">
		<a4j:jsFunction name="selectRow" actionListener="#{userBean.actionListener}" render="out">
			<a4j:param name="currentRow" assignTo="#{userBean.name}"/>
		</a4j:jsFunction>
		<h:outputText value="#{userBean.name}" id="out" /> 

		<rich:dataTable value="#{carsBean.allInventoryItems}" var="car" footerClass="footerCklass" onrowclick="selectRow('#{car.vendor}');"
...
seems works fine. request fired and info about current row object passed.

  was:See workaround in forum thread.



> Tables: behaviors for row* events are not decoded properly
> ----------------------------------------------------------
>
>                 Key: RF-10824
>                 URL: https://issues.jboss.org/browse/RF-10824
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.0.0.Final
>            Reporter: Nick Belaevski
>            Assignee: Konstantin Mishin
>              Labels: design, tran
>             Fix For: 4.Future
>
>
> See linked forum thread

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list