I want to implement AutoCompleteTextField that ships with Wicket but not the 
built-in functionality that ships with wicket. 
For Example: various Countries & ISO languages have been shiped with wicket as 
default (as implemented in the wicket library examples)

So, i want to introduce my own values(choices) stored in an array through java 
code. those will be populate when i press any of those choices' prefixes.

thanx...

--- On Thu, 4/2/09, Jeremy Thomerson <jer...@wickettraining.com> wrote:

From: Jeremy Thomerson <jer...@wickettraining.com>
Subject: Re: need source code for [AutoCompleteTextField]
To: users@wicket.apache.org
Date: Thursday, April 2, 2009, 5:51 AM

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 <farhan.ba...@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...
>
>
>
>



      

Reply via email to