[ 
https://issues.apache.org/jira/browse/MYFACES-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonardo Uribe resolved MYFACES-3225.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.2
                   2.0.8
         Assignee: Leonardo Uribe

> myfaces 2.1.1 AjaxHandler$AjaxBehaviorListenerImpl
> --------------------------------------------------
>
>                 Key: MYFACES-3225
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3225
>             Project: MyFaces Core
>          Issue Type: Wish
>          Components: General
>    Affects Versions: 2.1.1
>         Environment: tomcat 7.0.14 myfaces 2.1.1 ubuntu linux 10.10 
> jdk1.6.0_22
>            Reporter: lkw
>            Assignee: Leonardo Uribe
>            Priority: Trivial
>             Fix For: 2.0.8, 2.1.2
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> hi
> at first, i'm not native english speaker.
> let's see follow code.
> ===
> javax.faces.PARTIAL_STATE_SAVING=true
> javax.faces.STATE_SAVING_METHOD=client
> <h:selectOneMenu ...>
>       <f:ajax listener="#{...}"/>
> </h:selectOneMenu>
> ===
> in this case, behavior map's saveState result is not null. because 
> AjaxHandler.AjaxBehaviorListenerImpl didnt implement PartialStateHolder, 
> instead at implemented StateHolder.
> since making new listener instance at every view re-building can be 
> expensive, so is this better good?
> nor just mistake?
> thanks for reading. have a nice day.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to