RE: Tapestry 5.3.2 autocomplete mixin not working

2012-09-26 Thread djst
+s1045711n5716484...@n5.nabble.com] Sent: 25. september 2012 14:28 To: David Teglbjærg Subject: Re: Tapestry 5.3.2 autocomplete mixin not working Hello, I had similar weird trouble once. I was using tapestry 5.3 and it did not found my setupRender() function in one of my page classes. I did not do

Re: Tapestry 5.3.2 autocomplete mixin not working

2012-09-25 Thread djst
Hmm okay. No I'm not getting any java errors. It seems like tapestry is not recognizing my onProvideCompletionsFrom function as an event handler. Sorry about my late reply. I've been on vacation from my work... -- View this message in context:

Re: Tapestry 5.3.2 autocomplete mixin not working

2012-09-25 Thread Chris Cureau
Hi! This may or may not be your issue, but f you are using tapestry5-jquery, you may have some issues with autocomplete unless you use t:mixins=jquery/autocomplete or disable Prototype first. Just a thought... On Wed, Sep 12, 2012 at 9:48 AM, djst da...@ctu.dk wrote: Hi there. I'm trying to

RE: Tapestry 5.3.2 autocomplete mixin not working

2012-09-25 Thread djst
[via Tapestry] [mailto:ml-node+s1045711n5716479...@n5.nabble.com] Sent: 25. september 2012 13:38 To: David Teglbjærg Subject: Re: Tapestry 5.3.2 autocomplete mixin not working Hi! This may or may not be your issue, but f you are using tapestry5-jquery, you may have some issues with autocomplete

Re: Tapestry 5.3.2 autocomplete mixin not working

2012-09-25 Thread Charlouze
try to figure out what is interfering in my current project. Thanks for the replies. /David From: ccureau [via Tapestry] [mailto: ml-node+s1045711n5716479...@n5.nabble.com] Sent: 25. september 2012 13:38 To: David Teglbjærg Subject: Re: Tapestry 5.3.2 autocomplete mixin not working Hi

Re: Tapestry 5.3.2 autocomplete mixin not working

2012-09-13 Thread Josh Canfield
Hmm.. I cut and pasted your example and it works for me. Are you getting javascript errors? On Wed, Sep 12, 2012 at 7:48 AM, djst da...@ctu.dk wrote: Hi there. I'm trying to get the auto-completion mixin in Tapestry 5.3.2 to work put I cannot get it to function properly. Tapestry does not

Tapestry 5.3.2 autocomplete mixin not working

2012-09-12 Thread djst
Hi there. I'm trying to get the auto-completion mixin in Tapestry 5.3.2 to work put I cannot get it to function properly. Tapestry does not call my onProvideCompletionsFrom eventhandler. When inputting characters into the textfield I get a little loading icon on the right side of my text field