[richfaces-issues] [JBoss JIRA] Commented: (RF-3666) ForceRender description

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Jun 10 04:20:15 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-3666?page=comments#action_12416195 ] 
            
Ilya Shaikovsky commented on RF-3666:
-------------------------------------

this was actual till 3.2.0 release:
http://www.jroller.com/a4j/entry/ajax_updates_inside_jsf_complex1
But not needed anymore.

Now we using invokeOnComponenet(JSF 1.2 only feature) and so you only need to describe that now we could use a4j:region inside rich:column and just reRender the components from the same row without updating the whole table and without any additional listeners. This should be like:

<rich:column>
  <a4j:region>
    <a4j:command reRender="out"/>
  </a4j:region>
</rich:column>
<rich:column>
   <h:outputText id="out">
</rich:column>


> ForceRender description
> -----------------------
>
>                 Key: RF-3666
>                 URL: http://jira.jboss.com/jira/browse/RF-3666
>             Project: RichFaces
>          Issue Type: Task
>          Components: doc
>    Affects Versions: 3.2.1
>            Reporter: Svetlana mukhina
>         Assigned To: Ilya Shaikovsky
>             Fix For: 3.2.2
>
>
> more detailed description is required 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list