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

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Fri Mar 6 10:23:22 EST 2009


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: docs updated
    Affects Versions: 3.3.0
            Reporter: Andrei Markavtsov
            Assignee: Svetlana mukhina
             Fix For: 3.3.1


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

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