Re: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest

2007-03-06 Thread Gerald Müllan
Hi, best is to use latest sandbox (as always with sandbox components). http://people.apache.org/builds/myfaces/nightly/ cheers, Gerald On 3/5/07, bansi [EMAIL PROTECTED] wrote: Hi Gerald Please suggest which latest version of sandbox tomhawk is safe to use to make inputAjaxSuggest

Re: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest

2007-03-05 Thread bansi
Hi Gerald Please suggest which latest version of sandbox tomhawk is safe to use to make inputAjaxSuggest component to work. I will appreciate if you could provide the link Regards Bansi Gerald Müllan wrote: Hi, i strongly suggest to use one of the latest sandbox builds if you want to

Re: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest

2007-02-28 Thread Gerald Müllan
Hi, i strongly suggest to use one of the latest sandbox builds if you want to use this component (you also have to use latest tomhawk). There have been many changes introduced and errors fixed the last weeks. cheers, Gerald On 2/27/07, bansi [EMAIL PROTECTED] wrote: Nope it doesnt work even

Re: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest

2007-02-27 Thread Laurentiu Trica
Hi Bansi I don't know if what i say applies to Sandbox 1.1.3, I am working on 1.1.5. The public List getSuggestedWords(String keyword) should have 2 parameters: public List getSuggestedWords(String keyword, Integer maxItems) and you could specify the max number of items to be displayed from

Re: Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest

2007-02-27 Thread Cagatay Civici
Hi, How about server side state saving mode? Does it work with that? Cagatay On 2/26/07, bansi [EMAIL PROTECTED] wrote: Hi I am using Facelets 1.1.2 and tomahawk-sandbox-1.1.3-SNAPSHOT.jar, tomahawk-1.1.3.jar, MyFaces 1.1.4. The code works perfectly fine but when i enter values into

[TOMAHAWK] Facelets support was (RE: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest)

2007-02-27 Thread Beelen, Marco
From: Laurentiu Trica [mailto:[EMAIL PROTECTED] Sent: dinsdag 27 februari 2007 16:00 To: MyFaces Discussion Subject: Re: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest Hi Bansi I don't know if what i say applies to Sandbox 1.1.3, I am working on 1.1.5

Re: [TOMAHAWK] Facelets support was (RE: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest)

2007-02-27 Thread Mike Kienenberger
As always, it's not a matter of do we want it, it's a matter of who's going to do it, and how. For there to be any integrated solution, it has to be a complete solution since it is my understanding that it is not possible to override whatever facelet tags we define. Thus, we probably will need

Re: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest

2007-02-27 Thread bansi
Hi Cagatay I tried server side state saving mode but it didnt work As stated in my earlier posting i am using Facelets 1.1.2 and tomahawk-sandbox-1.1.3-SNAPSHOT.jar I tried two test cases TestCase 1 : Using Facelets Doesnt show up suggested Items Also i observed it renders a textbox instead of

Re: [Solved] [TOMAHAWK] Facelets support was (RE: Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest)

2007-02-27 Thread bansi
? With kind regards, Marco Beelen From: Laurentiu Trica [mailto:[EMAIL PROTECTED] Sent: dinsdag 27 februari 2007 16:00 To: MyFaces Discussion Subject: Re: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest Hi

Re: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest

2007-02-27 Thread bansi
Nope it doesnt work even with server side state saving mode Cagatay Civici wrote: Hi, How about server side state saving mode? Does it work with that? Cagatay On 2/26/07, bansi [EMAIL PROTECTED] wrote: Hi I am using Facelets 1.1.2 and tomahawk-sandbox-1.1.3-SNAPSHOT.jar,

Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest

2007-02-26 Thread bansi
Hi I am using Facelets 1.1.2 and tomahawk-sandbox-1.1.3-SNAPSHOT.jar, tomahawk-1.1.3.jar, MyFaces 1.1.4. The code works perfectly fine but when i enter values into textbox it doesnt show up suggested Items . Then i debugged the application with log4j Here is the jsp page h:outputText

Re: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest

2007-02-26 Thread bansi
Here is some more info on my earlier posting I figured out from debugging that control doesnt go to getSuggestedWords() method as the following line never gets printed in the log console : System.out.println(In getSuggestedWords method ); Wondering what could be the reason Regards Bansi