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

Cody Lerum commented on RF-13785:
---------------------------------

Additionally the render would never have happened because the action completed 
and returned a string causing a redirect. 

Mojarra 2.2.7

> Component tree is not visited during RenderResponsePhase
> --------------------------------------------------------
>
>                 Key: RF-13785
>                 URL: https://issues.jboss.org/browse/RF-13785
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-validators
>    Affects Versions: 4.5.0.Alpha3, 4.5.0.Beta1
>            Reporter: Juraj Húska
>            Assignee: Michal Petrov
>            Priority: Blocker
>             Fix For: 4.5.0.Beta1
>
>
> Consider please a form with multiple inputs inside {{popupPanel}}, which is 
> configured to hide when there are no validation issues.
> *The issue is:* If the form is submitted e.g. with {{a4j:commandButton}}, 
> then it hides even when there are some validation issues.
> {{PopupPanel}} has set {{oncomplete}} attribute to:
> {code:JavaScript}
> oncomplete="if (!#{facesContext.validationFailed}) { 
> #{rich:component('popup')}.hide(); } "
> {code}
> {{facesContext.validationFailed}} is wrongly evaluated always to {{false}}.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to