[richfaces-issues] [JBoss JIRA] Closed: (RF-6481) Note for columns component since 3.3.0 GA

Michael Sorokin (JIRA) jira-events at lists.jboss.org
Thu Apr 30 12:55:46 EDT 2009


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

Michael Sorokin closed RF-6481.
-------------------------------

    Resolution: Done


the note is added to the guide

> Note for columns component since 3.3.0 GA
> -----------------------------------------
>
>                 Key: RF-6481
>                 URL: https://jira.jboss.org/jira/browse/RF-6481
>             Project: RichFaces
>          Issue Type: Task
>          Components: doc
>    Affects Versions: 3.3.0
>            Reporter: Andrei Markavtsov
>            Assignee: Michael Sorokin
>             Fix For: 3.3.1
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> Since 3.3.0GA columns requires custom definition of id for children components to work decode process properly.
> Example how to define unique id for children component:
> <rich:columns value="#{bean.columns}" var="col" index="ind" ....>
> <h:inputText id="input#{ind}" value="">
> <a4j:support id="support#{ind}" event="onchange" reRender="someId" />
> </h:inputText>
> </rich:columns>
> Only if id defined as shown above ajax after onchange event will be processed as expected.

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

        



More information about the richfaces-issues mailing list