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

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

2006-01-28 Thread Umesh Kanitkar
Hello: _javascript_ files getincluded in the resultng html page. However I get the error "'Ajax' is undefined". Apparently the object that _javascript_ is trying to create is not being found in the included files. I think it is not able to execute "new Ajax.MyFacesAutocompleter" correctly. Can

Re: Oracle Donation (Again)

2006-01-28 Thread Matthias Wessendorf
Jonas, is there any documentation regarding telnet and faces on OTN? I am interested in how this is really working. (needs a gateway? or something like this?) -Matthias On 1/28/06, Jonas Jacobi [EMAIL PROTECTED] wrote: Hi Elam, No, the Telnet RenderKit is not part of the donation. Main

AW: Problem with UIData access in session scope when UIData is transient because of serialization

2006-01-28 Thread Matthias Kahlau
Hi! Does anybody of you have tried to scroll a data table (setting the first property) when processing another page, not the page with the data table. Is this possible? My problem is that the reference to the data table is null when processing another request, because the reference is declared

xtree2 actionListener for navigation events.

2006-01-28 Thread Adam Koprowski
Hello everybody,Some time ago I started using myfaces implementation of JSF and I'm truly satisfied. Keep up the good work, guys!However I have one question that turns out to be problematic for me. Namely I'm using tree2 component and I'd like to be notified of user pressing + or - navigation

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 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.html

Re: Receiving duplicate suggestions in InputSuggestAjax component

2006-01-28 Thread Martin Marinschek
+1... what a mess ;) regards, Martin On 1/27/06, Volker Weber [EMAIL PROTECTED] wrote: Hi Michel, during investigating another problem with inputSuggestAjax involved i found the same behavior in sandbox example. The problem is the dublicated registration of the AjaxPhaseListener. It is

Fileupload size limit Message for user ?

2006-01-28 Thread Ravi Gidwani
Hi all: I have set a limit on the size of the file that can be upload using the web.xml file as follows: filter filter-nameextensionsFilter/filter-name filter-classorg.apache.myfaces.component.html.util.ExtensionsFilter/filter-class init-param param-nameuploadMaxFileSize/param-name

server-side panelTabbedPane, dataScroller and JavaScript

2006-01-28 Thread Matthias Kahlau
Hi! - Does the server-side switching panelTabbedPane require any JavaScript? - And the dataScroller? Regards, Matthias

Congratulations Craig and Co.

2006-01-28 Thread Werner Punz
For having the Studio Creator2 finalized, awesome tool...

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