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

Svetlana mukhina (JIRA) jira-events at lists.jboss.org
Tue Mar 17 12:29:22 EDT 2009


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

Svetlana mukhina updated RF-6481:
---------------------------------

     Original Estimate: 2 hours
    Remaining Estimate: 2 hours
           Component/s: doc
                            (was: docs updated)
           Description: 
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.


  was:
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.


               Affects:   (was: [Documentation (Ref Guide, User Guide, etc.)])
              Assignee: Michael Sorokin  (was: Svetlana mukhina)


> 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