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 <[email protected] > 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 <[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... >> >> >> >> > > >
