Re: Tapestry 5.25 autocomplete not working.

2011-04-07 Thread cablepuff
I found my problem. I had to put a parameter namespace block around it to get it working. I put it inside -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-25-autocomplete-not-working-tp4287751p4290071.html Sent from the Tapestry - User mailing list archive

RE: Tapestry 5.25 autocomplete not working.

2011-04-07 Thread Guerin Laurent
Have you declare the autocomplete mixin on your textfield ? What say the logs when Tapestry enter into your method ? -Message d'origine- De : cablepuff [mailto:cablep...@gmail.com] Envoyé : jeudi 7 avril 2011 17:18 À : users@tapestry.apache.org Objet : Re: Tapestry 5.25 autocomplet

Re: Tapestry 5.25 autocomplete not working.

2011-04-07 Thread cablepuff
so here is my tml file. I follow and add @Log and even put if (LOG.isDebugEnabled()) { LOG.debug("calling loading of frameworks starting with {}", partial); } Are their anything missing? Are their samples i can see. I debug it in firefox, and I don't see any autocomplete css/js in

RE: Tapestry 5.25 autocomplete not working.

2011-04-07 Thread Guerin Laurent
Hi, I have tested this morning with 5.2.5 version ans it work perfectly. Are you sure that your frameworkService method return something ? Try to add @Log on your onProvideCompletionsFromFrameworkName to see what it's happend. -Message d'origine- De : cablepuff [mailto:cablep...@gmail.c

Re: Tapestry 5.25 autocomplete not working.

2011-04-06 Thread Howard Lewis Ship
What have you seen using Firebug or the Chrome debugger? There's no particular reason for this to be failing suddenly in 5.2.5 if it was working in 5.2.4. On Wed, Apr 6, 2011 at 9:58 PM, cablepuff wrote: > Hi i have the following field. > > > public class FrameworkPage{ >     @Component(id = "fr