[Stripes-users] AutoComplete with Stripes and YUI

2008-11-02 Thread Freddy Daoud
I experimented with an example of adding AutoComplete to a Stripes application with YUI, and wrote a little article about the results, if you're interested: http://www.dzone.com/links/autocomplete_with_stripes_and_yui.html Cheers, Freddy http://www.stripesbook.com -

Re: [Stripes-users] AutoComplete with Stripes and YUI

2008-11-02 Thread Gregg Bolinger
Nice write up Freddy. But YUIick. :) Gregg On Sun, Nov 2, 2008 at 9:37 PM, Freddy Daoud <[EMAIL PROTECTED]> wrote: > I experimented with an example of adding AutoComplete to a Stripes > application with YUI, and wrote a little article about the results, > if you're interested: > > http://w

Re: [Stripes-users] AutoComplete with Stripes and YUI

2008-11-02 Thread Freddy Daoud
- Nice write up Freddy.  But YUIick.  :)Gregg Now now, Gregg dude, be kind, bro:) I know you're a jQuery fan. As am I! But, as much as I find the jQuery core to be fantastic, I couldn't find a good, powerful, well-documented autocomplete plugin. In fact, generally I find the jQuery UI wid

Re: [Stripes-users] AutoComplete with Stripes and YUI

2008-11-02 Thread Gregg Bolinger
Guess I'll have to write up an example with the autocomplete widget I use. :) But I do agree that finding the right UI widget for jquery can be daunting. I do have my own personal goto list for things though. Gregg On Sun, Nov 2, 2008 at 9:58 PM, Freddy Daoud <[EMAIL PROTECTED]> wrote: > - Nic

Re: [Stripes-users] AutoComplete with Stripes and YUI

2008-11-02 Thread Freddy Daoud
- Guess I'll have to write up an example with the autocomplete widget I use. - :)  But I do agree that finding the right UI widget for jquery can be - daunting.  I do have my own personal goto list for things though. - Gregg Gregg, that's *exactly* what I wanted to hear, but I didn't want to impos

Re: [Stripes-users] AutoComplete with Stripes and YUI

2008-11-02 Thread Gregg Bolinger
Well, I don't know if this deserves an entire write up. I used your Java code. Here is the JavaScript $(function() { $('#cityInput').autocomplete("SomeActionBean.action?cityAutoComplete="); }); The following changes had to be made to the java code. citySearch had to be chang

Re: [Stripes-users] AutoComplete with Stripes and YUI

2008-11-02 Thread Gregg Bolinger
Oops. the jquery-ui-1.6rc2.min.js isn't needed. The jquery-1.2.6.min.js is required. Copy and paste bandit. Gregg On Sun, Nov 2, 2008 at 11:00 PM, Gregg Bolinger <[EMAIL PROTECTED]>wrote: > Well, I don't know if this deserves an entire write up. I used your Java > code. Here is the JavaScrip

Re: [Stripes-users] AutoComplete with Stripes and YUI

2008-11-03 Thread Freddy Daoud
Gregg, thanks for posting the example. Could you include a link to the plugin? Do you know if there are docs on how to customize the request parameter (q is just not acceptable in our project!) and how to customize the appearance of the search results? Thanks, Freddy On Sun, 2 Nov 2008 23:00:54 -0

Re: [Stripes-users] AutoComplete with Stripes and YUI

2008-11-04 Thread Gregg Bolinger
Yes, the one I used is now part of ui.jquery although only in the latest RC. It was a seperate project that was merged into ui.jquery. I never was able to find a way to override the query param for the search string. the results are totally custommizable and there are even callback methods to de

Re: [Stripes-users] AutoComplete with Stripes and YUI

2008-11-04 Thread Lionel
Freddy Daoud wrote: > Gregg, thanks for posting the example. Could you include a link to > the plugin? http://ui.jquery.com/ What I really miss is a good dependent combobox widget, as good as the one from ajaxtags which uses prototype. By the way, there are lots of much greater autocomplete widg