Re: InputSuggestAjax works if I deploy Sandbox Sample; but not from my JSF App

2006-01-28 Thread Werner Punz
Hi it is very likely that you just missed the entry for the tomahawk servlet filter which is needed for the rendering of the javascripts. Umesh Kanitkar schrieb: Hello: The details are: The JSP file is rendered but indicates an error because the javascript files do not get included. I attache

Re: InputSuggestAjax works if I deploy Sandbox Sample; but not from my JSF App

2006-01-28 Thread Volker Weber
Hi, a litle correction: Volker Weber wrote: > Hi, > > this looks like the extensionsFilter mapping is not fully correct. > > Make sure you have a mapping "/faces/*" to extensionsFilter. should be : "/faces/myFacesExtensionResource/*" see: http://myfaces.apache.org/tomahawk/extensionsFilter.htm

Re: InputSuggestAjax works if I deploy Sandbox Sample; but not from my JSF App

2006-01-28 Thread Volker Weber
Hi, this looks like the extensionsFilter mapping is not fully correct. Make sure you have a mapping "/faces/*" to extensionsFilter. Hope this helps, if not please post your web.xml. Umesh Kanitkar wrote: >Hello: >Javascript files get included in the resultng html page. However I get >the error

RE: InputSuggestAjax works if I deploy Sandbox Sample; but not from my JSF App

2006-01-28 Thread Umesh Kanitkar
Hello: Sorry for the garbled message. My email client moved part of the attached code and dropped part of it. I made some progress by adding the extensionsfilter. Now I see that the javascript files are included. However I get the error "'Ajax' is undefined". Apparently the object that javas