Look at those examples, see how data is passed in, copy to your
application and replace the example data with yours. Along those
lines. The examples will help you on your way, and the rest has to
come from your own inventiveness.

Eelco


On Wed, Apr 1, 2009 at 11:14 PM, FaRHaN <[email protected]> wrote:
> 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 <[email protected]> wrote:
>
> From: Jeremy Thomerson <[email protected]>
> Subject: Re: need source code for [AutoCompleteTextField]
> To: [email protected]
> 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 <[email protected]> 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...
>>
>>
>>
>>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to