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
            Priority: Trivial


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