Hi, I think you are talking of 1.1.2 version, I have used it a long time in a project, where it works fine all the time with server side state saving.
The client side js stuff should normally not be rendered out with the server side setting, because the renderer makes a check of which type the setting is. Strange problem; in the mentioned project i have switched to the current nightly input suggest ajax, this works fine, but only with server side state saving. Murat, which problem you have with getting the nightly? Just a checkout from: https://svn.apache.org/repos/asf/myfaces/current should work. Or you mean having an actual sandbox example page in the web? cheers, Gerald On 3/31/06, Murat Hazer <[EMAIL PROTECTED]> wrote: > I have the same problem, somewhere i read that this bug is fixed in the > nightly builds but neither i can find nightly builds for sandbox or build > from trunk. > > If you find solution i hope you will share it with us. > > regards.... > > > On 3/31/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> > wrote: > > > > > > > > > > Hi, All! > > > > > > > > We are using on our project JSF with STATE_SAVING_METHOD=server, but I > found out that control from sandbox inputSuggestAjax doesn't work with > STATE_SAVING_METHOD=server, it's only works with STATE_SAVING_METHOD=client, > why? > > > > > > > > * When I'm using STATE_SAVING_METHOD=server inputSuggestAjax rendered to > js code where you can find something like that: > > > > …. document.getElementById('jsf_tree_64').value > > > > > > > > But hidden field jsf_tree_64 is redering only when you have > STATE_SAVING_METHOD=client, so on this line I have javascript error Object > is null or empty. > > > > > > > > Thanks for your help, > > > > Yura. > > > > -- > Murat HAZER > Elektrik-Elektronik Mühendisi - Electrical-Electronics Engineer > Tel - Phone: +90 222 335 05 80 - 1395 > Cep Tel - Mobile Phone: +90 532 472 00 63 > Blog URL: http://www.projedunyasi.org > Yahoo Group: > http://groups.yahoo.com/group/malatyafenlisesi/ -- Gerald Müllan Schelleingasse 2/11 1040 Vienna, Austria 0043 699 11772506 [EMAIL PROTECTED]

