RE: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Ben Dotte
ROTECTED] > Sent: Monday, April 16, 2007 12:31 PM > To: Tapestry users > Subject: Re: Accessing the text input of an AutoCompleter with > forceValidOption=false > > I wouldn't mind finding out myself how to submit the value if its not > highlighted, that used to be poss

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Chris Chiappone
ible. http://article.gmane.org/gmane.comp.java.tapestry.user/45240/ http://issues.apache.org/jira/browse/TAPESTRY-1244 Ben -Original Message- From: Chris Chiappone [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 12:31 PM To: Tapestry users Subject: Re: Accessing the text input of an AutoCom

RE: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Ben Dotte
Chiappone [mailto:[EMAIL PROTECTED] Sent: Monday, April 16, 2007 12:31 PM To: Tapestry users Subject: Re: Accessing the text input of an AutoCompleter with forceValidOption=false I wouldn't mind finding out myself how to submit the value if its not highlighted, that used to be possible wit

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Chris Chiappone
I wouldn't mind finding out myself how to submit the value if its not highlighted, that used to be possible with the tacos:Autocompleter. On 4/16/07, Daniel Leffel <[EMAIL PROTECTED]> wrote: Unfortunately for me, sounds like that won't work for me. There are multiple items on the form and focus

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Daniel Leffel
Unfortunately for me, sounds like that won't work for me. There are multiple items on the form and focus won't be on the AutoCompleter at the time of submit. On 4/16/07, Chris Chiappone <[EMAIL PROTECTED]> wrote: I've done something similiar here. In my autoCompleteModel I basically return the

Re: Accessing the text input of an AutoCompleter with forceValidOption=false

2007-04-16 Thread Chris Chiappone
I've done something similiar here. In my autoCompleteModel I basically return the search result in the getValues() method if no matches get returned. Seems to work the only problem is that if the user doesn't have the option highlighted it ends up being null, which happens if they use the mouse