Re: s:inputSuggestAjax problem

2006-10-19 Thread Gerald Müllan
I am more or less sure, that we can use both, but i have not tested it. It was only a thought that order of the filters may be a problem. regards, Gerald On 10/19/06, Jeff Bischoff <[EMAIL PROTECTED]> wrote: Is that right? Why wouldn't we be able to use both?? eXiyenaya wrote: > I am using s

Re: s:inputSuggestAjax problem

2006-10-19 Thread Gerald Müllan
Hm..ok i didn`t test the component with ajax4Jsf, maybe their special filter ist the problem. The issue seems to me that the resources are not served. In the web.xml, does the filter come before other special filters? This is a requirement when using ajax4jsf with myfaces. regards, Gerald On 1

Re: s:inputSuggestAjax problem

2006-10-19 Thread Werner Punz
Jeff Bischoff schrieb: > Is that right? Why wouldn't we be able to use both?? > Good question, i do not know what ajax4jsf does to the form, but since both mechanisms rely heavily on javascript, I assume a javascript interference from ajax4jsf into the input suggest.

Re: s:inputSuggestAjax problem

2006-10-19 Thread Jeff Bischoff
Is that right? Why wouldn't we be able to use both?? eXiyenaya wrote: I am using sandbox 1.1.4 snapshot and server side state saving. I think problem caused from me. Because i am also using ajax4jsf jar . When i removed it from my application s:inputsuggestAjax starts to work. thanks ... Umut

Re: s:inputSuggestAjax problem

2006-10-19 Thread eXiyenaya
I am using sandbox 1.1.4 snapshot and server side state saving. I think problem caused from me. Because i am also  using ajax4jsf jar . When i removed it from my application s:inputsuggestAjax starts to work. thanks ... Umut   On 10/19/06, Gerald Müllan <[EMAIL PROTECTED]> wrote: Hi,which version

Re: s:inputSuggestAjax problem

2006-10-19 Thread Gerald Müllan
Hi, which version of sandbox are you using? One of the last weeks? Apart from that, are you using client side state saving? Have not tested it against this requirement since the last refork, but maybe the component is broken in this mode. cheers, Gerald On 10/19/06, eXiyenaya <[EMAIL PROTECT

s:inputSuggestAjax problem

2006-10-19 Thread eXiyenaya
Hi I am trying to use s:inputSuggestAjax component in my application. I am filling my list but i could not see my dropdown list on browser. There is no error only one warning. WARN [DefaultAddResource] MyFaces special _javascript_ could not be retrieved from request-map.   Do you have any idea.