Hi, experts

I think this question has been posted multiple times, but could not find the answer now. I am using myfaces.1.1.1 and it looks like inputSuggestAjax only works when I choose state_saving_method=client, not server.

Is it a correct observation ?
If I move to 1.1.2, can I use inputSuggestAjax + state_saving_method=server ?

Thanks,
yasushi

<context-param>
       <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
       <param-value>client</param-value>
       <description>
           State saving method: "client" or "server" (= default)
           See JSF Specification 2.5.2
       </description>
   </context-param>

Reply via email to