[richfaces-issues] [JBoss JIRA] (RF-13482) Photoalbum: after edit user profile view is opened the application does not respond correctly

Lukáš Fryč (JIRA) issues at jboss.org
Fri Jan 17 09:10:34 EST 2014


    [ https://issues.jboss.org/browse/RF-13482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12936620#comment-12936620 ] 

Lukáš Fryč commented on RF-13482:
---------------------------------

I have found that the popup is not rendered because the commandLink is not executed.
During debugging we have revealed that doDecode method of the commandLinked's renderer is not executed.

It is caused by a fact that when the component should be executed during APPLY_REQUEST_VALUES phase, the tree is traversed by EPVC and it uses JSF's native traversal mechanism to visit all components that are in EPVCI's {{executedIds}} collection (which is {{["j_idt330"]}}).

But the debugging revealed that where the component {{"j_idt330"}} should be, the same component lies but with different ID ({{"j_idt666"}}.

Initially I have though that it is caused by UIOutputPanelWorkaround component that wraps the commandLink, but that's not the case (when disabled it didn't help). What helped to overcome this issue is turning {{javax.faces.PARTIAL_STATE_SAVING=false}}. This can be used as workaround.

However the root cause is not known yet and as [~michpetrov] pointed out, turning partial state saving off causes drag-n-drop to stop to work.
                
> Photoalbum: after edit user profile view is opened the application does not respond correctly
> ---------------------------------------------------------------------------------------------
>
>                 Key: RF-13482
>                 URL: https://issues.jboss.org/browse/RF-13482
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: examples
>    Affects Versions: 4.3.4
>            Reporter: Jiří Štefek
>            Assignee: Michal Petrov
>              Labels: photoalbum
>             Fix For: 4.3.5
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list