[Tacos-devel] tacos-pre-4.1 now jetty launchable

2006-01-24 Thread Jesse Kuhnert
I copied over some of the config files from tapestry so that tacos can be launched within eclipse without having to copy over lib jars and such to the WEB-INF directory.It's a shared launch file so everyone should find it if they go to the run menu.. Also, you'll get tons of errors if you don't "rm

Re: [Tacos-devel] Re: Can only get Javascript back from AjaxDirect

2006-01-24 Thread Jesse Kuhnert
I wasted a little time but didn't notice that more obvious point. Sorry I've not been as helpful lately. ..The id problems really really need to get resolved in tap4.1. :) This isn't an obvious behaviour for a lot of people I'm sure. (I've done the same thing a few times ;) ) On 1/25/06, Michael Wa

[Tacos-devel] Re: Can only get Javascript back from AjaxDirect

2006-01-24 Thread Michael Waluk
Nevermind, I hadn't made Tapestry aware of the ID by using an "Any" such as [EMAIL PROTECTED] id="mainElements">   That makes it all work well.  I hope nobody wasted any time on this. Thanks,Michael  On 1/24/06, Michael Waluk <[EMAIL PROTECTED]> wrote: Hi,   I am using the Tacos-alpha-7 release (

[Tacos-devel] Can only get Javascript back from AjaxDirect

2006-01-24 Thread Michael Waluk
Hi,   I am using the Tacos-alpha-7 release (and Tapestry beta-13) and dojo 0.22 and am having trouble with a simple AjaxDirectLink call.  I have AjaxDirectLinks in components that are used within a page.  When I click the link the listener is called just fine and no exceptions are thrown.  I would

Re: [Tacos-devel] tap4 + tacosX

2006-01-24 Thread Leonardo Quijano Vincenzi
Jesse Kuhnert wrote: I don't think a whole lot. A few tweaks here and there. I have tacos work slated for tonight, so a release could come by thursday or so theoretically (if you guys agree) . No objections on my side. I think I was going to disable the debug console on the demo as well. As

Re: [Tacos-devel] tap4 + tacosX

2006-01-24 Thread Jesse Kuhnert
I don't think a whole lot. A few tweaks here and there. I have tacos work slated for tonight, so a release could come by thursday or so theoretically (if you guys agree) . I think I was going to disable the debug console on the demo as well. As cool as it is, it just slows things down too much to s

Re: [Tacos-devel] tap4 + tacosX

2006-01-24 Thread Leonardo Quijano Vincenzi
Jesse Kuhnert wrote: Alpha7 should be fine. (I hope?) On 1/23/06, *Norbert Sándor* <[EMAIL PROTECTED] > wrote: Hello, Which version of tacos4 should I use with Tapestry 4 final? Is alpha7 OK, or I should use CVS? Thanks, Norbi Alp

[Tacos-devel] Problem with Autocompleter

2006-01-24 Thread Stéphanie Meusling
Hello, I try to use the Autocompleter component in my project but it dosen’t work. There is no error but when I write something in the field, nothing happened. I put a breakpoint in the ‘searchCountries’ method but it is never called and I don’t know why. Somebody know why and can help me?