Your problem is almost identical to the problem of doing client-side validation 
with AJAX.  I think this will provide most of the solution:

        
http://jumpstart.doublenegative.com.au/jumpstart/examples/input/ajaxvalidators1

You'd replace CustomError with your textfield. CustomError is listed in:

        
http://jumpstart.doublenegative.com.au/jumpstart/examples/input/novalidationbubbles1

Cheers,

Geoff

On 08/07/2010, at 10:18 PM, Claude Dubois wrote:

> 
> Hello everybody,
> 
> I'm developing a Tapestry 5 application, and I would like to add an
> autocomplete functionality, but not like the one integrated in T5.
> 
> What I want to do is to search in my database the corresponding name of one
> part from its number, e.g. to detect the "onblur" action on my textfield to
> trigger this search. Once the search is over, the part name will appear in
> the corresponding textfield.
> 
> Does anyone have any idea of how it is possible to detect "onBlur" like we
> could do in Javascript?
> 
> Thank you in advance
> 
> -----
> Claude Dubois
> -- 
> View this message in context: 
> http://old.nabble.com/Realize-operations-on-%22blur%22-from-a-textfield-tp29106396p29106396.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


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

Reply via email to