I think nothing has been changed, gerald ? On 6/22/06, Yasushi Okubo <[EMAIL PROTECTED]> wrote:
Hi, expertsI 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>
-- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

