ry users
Subject: Re: Autocompleter Validation Issues
I misunderstood then... thought you just wanted to allow not previously
known values
So, the real issue is the first one then? Well, please add a jira with
the
description of the problem.
As for tacos, it's already on maven2, and has done
On Behalf Of andyhot
Sent: Wednesday, January 31, 2007 1:20 PM
To: Tapestry users
Subject: Re: Autocompleter Validation Issues
Well, the autocompleter uses dojo's Select widget (which extends
ComboBox)
It's normal behavior is to allow users to type in anything, but it keeps
the
typed text only
work for us
on Tapestry 4.1 but it required pulling in quite a few classes, scripts,
and HiveMind configuration.
Thanks,
Ben
-Original Message-
From: andreas a [mailto:[EMAIL PROTECTED] On Behalf Of andyhot
Sent: Wednesday, January 31, 2007 1:20 PM
To: Tapestry users
Subject: Re: Autocompleter Va
Well, the autocompleter uses dojo's Select widget (which extends ComboBox)
It's normal behavior is to allow users to type in anything, but it keeps the
typed text only if it matches one of the available options - just like a
normal
html select does.
That's why it auto-reverts to the initial val
Since we switched to Tapestry 4.1 we replaced our Tacos autocompleters
with the new dojo-based one but it seems to have some pretty serious
validation problems. Let's say I have an autocompleter with a required
validator and an existing value. I type a bunch of characters into the
field without pic