You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de> on 2007/05/03 17:58:18 UTC

inputSuggestAjax - no backing-bean method called

I've taken the sandbox example and use it 1:1 - but with a different
view handler, shouldn't matter in theory.
But i get no suggests, i can click the arrow or enter something, the
method on my bean is never called, nothing happens - although a request
is made (firebug), but is pending "forever".

Are there any JSP dependencies on this component - or what could cause
this?
Ajax in general does work, using Shales Remoting and Prototype library
does work, so it might be the components fault, however i don't know
where to look for, any hints?

Torsten

Re: inputSuggestAjax - no backing-bean method called

Posted by Torsten Krah <tk...@fachschaft.imn.htwk-leipzig.de>.
Got it.

Actually, my Renderer gots wrapped - the Wrapper itself however does not
implement AjaxRenderer (renderere instanceof AjaxRenderer), so the Ajax
Request is stopped silently - no warning or error message.

Would be nice, if some Log Message would be there which tell that.

Torsten

Am Donnerstag, den 03.05.2007, 17:58 +0200 schrieb Torsten Krah:
> I've taken the sandbox example and use it 1:1 - but with a different
> view handler, shouldn't matter in theory.
> But i get no suggests, i can click the arrow or enter something, the
> method on my bean is never called, nothing happens - although a request
> is made (firebug), but is pending "forever".
> 
> Are there any JSP dependencies on this component - or what could cause
> this?
> Ajax in general does work, using Shales Remoting and Prototype library
> does work, so it might be the components fault, however i don't know
> where to look for, any hints?
> 
> Torsten