You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by FaRHaN <fa...@ymail.com> on 2009/04/02 07:45:54 UTC

need source code for [AutoCompleteTextField]

Anybody who loves to develop applications with Ajax will certainly know the Autocomplete behaviour of Ajax and most probably he developed this feature in his application also.
I want to introduce that feature in my application, that will take input (choices) stored in an array of strings or in database. Please provide me some source code example to accomplish this behaviour.
(Please dont refer me to Wicket library examples because built-in functionality has been implemented in those Ajax examples)

Thanx...



      

Re: need source code for [AutoCompleteTextField]

Posted by Jeremy Thomerson <je...@wickettraining.com>.
Because here's some perfectly good source for an AutoCompleteTextField:
http://svn.apache.org/repos/asf/wicket/trunk/wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/autocomplete/AutoCompleteTextField.java

--
Jeremy Thomerson
http://www.wickettraining.com



On Thu, Apr 2, 2009 at 12:51 AM, Jeremy Thomerson <jeremy@wickettraining.com
> wrote:

> So, let me see if I understand this....
>
> You want the source code to implement an AutoCompleteTextField.
>
> BUT - You don't want the source to the AutoCompleteTextField that ships as
> a DEFAULT PART OF WICKET?
>
> Why?
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>
>
>
>
> On Thu, Apr 2, 2009 at 12:45 AM, FaRHaN <fa...@ymail.com> wrote:
>
>> Anybody who loves to develop applications with Ajax will certainly know
>> the Autocomplete behaviour of Ajax and most probably he developed this
>> feature in his application also.
>> I want to introduce that feature in my application, that will take input
>> (choices) stored in an array of strings or in database. Please provide me
>> some source code example to accomplish this behaviour.
>> (Please dont refer me to Wicket library examples because built-in
>> functionality has been implemented in those Ajax examples)
>>
>> Thanx...
>>
>>
>>
>>
>
>
>

Re: need source code for [AutoCompleteTextField]

Posted by Jeremy Thomerson <je...@wickettraining.com>.
So, let me see if I understand this....

You want the source code to implement an AutoCompleteTextField.

BUT - You don't want the source to the AutoCompleteTextField that ships as a
DEFAULT PART OF WICKET?

Why?

--
Jeremy Thomerson
http://www.wickettraining.com



On Thu, Apr 2, 2009 at 12:45 AM, FaRHaN <fa...@ymail.com> wrote:

> Anybody who loves to develop applications with Ajax will certainly know the
> Autocomplete behaviour of Ajax and most probably he developed this feature
> in his application also.
> I want to introduce that feature in my application, that will take input
> (choices) stored in an array of strings or in database. Please provide me
> some source code example to accomplish this behaviour.
> (Please dont refer me to Wicket library examples because built-in
> functionality has been implemented in those Ajax examples)
>
> Thanx...
>
>
>
>