Re: T5: How to use the Autocomplete component?

2010-10-13 Thread ael
Guys Check this out hehehe http://lombok.demon.co.uk/tapestry5Demo/test/autocomplete/onesource I hope Tapestry Its developers make documents like this ^_^. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-How-to-use-the-Autocomplete-component-tp2413813p3210127.html

Re: T5: How to use the Autocomplete component?

2007-12-28 Thread Joshua Jackson
Dear all, I would like to recall that Autocompleter works on IE. Has anyone tried it on Firefox or any other browser? Thanks in advance. On 12/28/07, Joshua Jackson [EMAIL PROTECTED] wrote: Dear all, I already try to follow what's written on the document regarding how to use Autocomplete

Re: T5: How to use the Autocomplete component?

2007-12-28 Thread Joshua Jackson
I know. Perhaps this is due to the incompatibility of scriptaculous library. :( :sigh: On 12/28/07, Angelo Chen [EMAIL PROTECTED] wrote: Hi Joshua, I tried your sample, it does not work in IE/Firefox/Safari, maybe I miss something, I can see calls to the server :

Re: T5: How to use the Autocomplete component?

2007-12-28 Thread Mohammad Shamsi
Hi Joshua, i think that your method names is wrong, your textfield on template has no t:id, try it with t:id=clientName onProvideCompletionsFromClientName On Dec 28, 2007 2:25 PM, Joshua Jackson [EMAIL PROTECTED] wrote: I know. Perhaps this is due to the incompatibility of scriptaculous

Re: T5: How to use the Autocomplete component?

2007-12-28 Thread Mohammad Shamsi
when web application has a context other that ROOT, i got this error. i test this sample with ROOT context, in FireFox successful. but when if i set any context name instead of / i got this java script error : Tapestry.onDOMLoaded is not a function it seems that .js files path is incorrect.

Re: T5: How to use the Autocomplete component?

2007-12-28 Thread Angelo Chen
Hi Dalahoo, Good, that's the problem. ok, it works now in Firefox and Safari, but i notice one problem in Safari: you can not navigate in the drop down list with arrow keys like we can do with Firefox, any ideal? thanks A.C. dalahoo wrote: Hi Joshua, i think that your method names is

T5: How to use the Autocomplete component?

2007-12-27 Thread Joshua Jackson
Dear all, I already try to follow what's written on the document regarding how to use Autocomplete component, but still can not get it working. Here's what I've done: Template: input t:type=TextField t:value=prop:clientName t:mixins=autocomplete / Page: private String clientName;