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]
