Re: need Help on [AutoCompleteTextField]

2009-04-01 Thread nino martinez wael
Look at the examples on wicket library, if you need more then you
could try the object autocomplete from wicketstuff..

2009/3/31 FaRHaN farhan.ba...@ymail.com:
 Is there any way to display User Defined values in AutoCompleteTextField 
 (ajax behavior) by using array of values.
 Please refer me some examples and links to demonstrate such type of behaviour.

 Thanks,
 FaRHaN





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: need Help on [AutoCompleteTextField]

2009-04-01 Thread FaRHaN
I have tried examples exist in wicket library but these examples are used to 
display only built-in (countries  languages) values. But i want to display my 
own values stored in an array or in DBIs there any ?

--- On Wed, 4/1/09, nino martinez wael nino.martinez.w...@gmail.com wrote:

From: nino martinez wael nino.martinez.w...@gmail.com
Subject: Re: need Help on [AutoCompleteTextField]
To: users@wicket.apache.org
Date: Wednesday, April 1, 2009, 9:05 AM

Look at the examples on wicket library, if you need more then you
could try the object autocomplete from wicketstuff..

2009/3/31 FaRHaN farhan.ba...@ymail.com:
 Is there any way to display User Defined values in AutoCompleteTextField 
 (ajax behavior) by using array of values.
 Please refer me some examples and links to demonstrate such type of behaviour.

 Thanks,
 FaRHaN





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




  

Re: need Help on [AutoCompleteTextField]

2009-04-01 Thread nino martinez wael
I dont have any more explicit examples laying around.. Just do it like
you would in any other java application.. And it certainly are
possible...

2009/4/1 FaRHaN farhan.ba...@ymail.com:
 I have tried examples exist in wicket library but these examples are used to 
 display only built-in (countries  languages) values. But i want to display 
 my own values stored in an array or in DBIs there any ?

 --- On Wed, 4/1/09, nino martinez wael nino.martinez.w...@gmail.com wrote:

 From: nino martinez wael nino.martinez.w...@gmail.com
 Subject: Re: need Help on [AutoCompleteTextField]
 To: users@wicket.apache.org
 Date: Wednesday, April 1, 2009, 9:05 AM

 Look at the examples on wicket library, if you need more then you
 could try the object autocomplete from wicketstuff..

 2009/3/31 FaRHaN farhan.ba...@ymail.com:
 Is there any way to display User Defined values in AutoCompleteTextField 
 (ajax behavior) by using array of values.
 Please refer me some examples and links to demonstrate such type of 
 behaviour.

 Thanks,
 FaRHaN





 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org






-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



need Help on [AutoCompleteTextField]

2009-03-31 Thread FaRHaN
Is there any way to display User Defined values in AutoCompleteTextField (ajax 
behavior) by using array of values.
Please refer me some examples and links to demonstrate such type of behaviour.

Thanks,
FaRHaN



  

Need help with AutoCompleteTextField

2008-08-25 Thread jnorris

Hi All,

I have an AutoCompleteTextField on a form along with 2 DateTimeFields used
to provide a start and end date range that is to be used by the autocomplete
field to limit the number of choices returned by the getChoices() method. 
The problem is that the date values are always the original values for the
fields and not the modified values which makes sense since the form has not
been submitted.  Any ideas or hints on how to get the current values for the
dates on the form in the getChoices() method?  Or is it even possible?

Thanks,
Jim
-- 
View this message in context: 
http://www.nabble.com/Need-help-with-AutoCompleteTextField-tp19143438p19143438.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Need help with AutoCompleteTextField

2008-08-25 Thread jnorris

Hi All,

I have the date part of the DateTimeField updating to the entered value by
adding an AjaxFormComponentUpdatingBehavior to it.  However the hours and
minutes in the Date is now always 00:00:00 instead of the original value,
even with an AjaxFormComponentUpdatingBehavior added to the hours and
minutes TextFields.  I've tried also adding the DateTimeField and the
DateTextFields to the target but that doesn't change anything.

Jim


jnorris wrote:
 
 Hi All,
 
 I have an AutoCompleteTextField on a form along with 2 DateTimeFields used
 to provide a start and end date range that is to be used by the
 autocomplete field to limit the number of choices returned by the
 getChoices() method.  The problem is that the date values are always the
 original values for the fields and not the modified values which makes
 sense since the form has not been submitted.  Any ideas or hints on how to
 get the current values for the dates on the form in the getChoices()
 method?  Or is it even possible?
 
 Thanks,
 Jim
 

-- 
View this message in context: 
http://www.nabble.com/Need-help-with-AutoCompleteTextField-tp19143438p19143962.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]