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

Jay Balunas updated RF-7235:
----------------------------

    Fix Version/s: 4.0.0.Milestone2
                       (was: 4.0.0.Milestone1)


> tabPanel: valueChangeListener called in UPDATE_MODEL_VALUES phase instead of 
> PROCESS_VALIDATIONS phase
> ------------------------------------------------------------------------------------------------------
>
>                 Key: RF-7235
>                 URL: https://jira.jboss.org/browse/RF-7235
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 3.3.2.CR1
>            Reporter: Vadim Mikovoz
>            Assignee: Alex Kolonitsky
>             Fix For: 4.0.0.Milestone2
>
>
> Precondition:
> <rich:tabPanel value="#{custom.value}" 
>                       valueChangeListener="#{custom.valueChangeListener}"
>                       immediate="false">
>                         <rich:tab></rich:tab>
>                       <rich:tab></rich:tab>
> </rich:tabPanel>
> In bean:
> public void valueChangeListener(ValueChangeEvent e) {
>               System.out.println("***>> valueChangeListener");
>       }
> 1. Open test page
> 2. Switch between tabs
> 3. See server log
> ------------------------
> Actual result: valueChangeListener called in UPDATE_MODEL_VALUES phase
> Expected result: valueChangeListener should be called in PROCESS_VALIDATIONS 
> phase

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

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

Reply via email to