Re: Tacos issues

2006-07-05 Thread Jesse Kuhnert
Did something not work when you tried the snapshot build of 4.1? I think jwebunit uses httpunit which uses Rhino (ie mozilla ) to handle the javascript testing. Tapestry uses Rhino to test javascript now as well, but we code directly against the rhino api. HttpUnit and others have tried (unsucces

Re: Tacos issues

2006-07-05 Thread Aslak Grønflaten
Thanks for a good answer. Obviously, my experience with tacos and tapestry 4.1 are extremely limited, so it's good to hear more of what's going on. My concern arose from trying out a snapshot of 4.1, and seing that standard components such as LinkSubmit use Dojo, thus seeming to depend on it. Also

Re: Tacos issues

2006-07-04 Thread Jesse Kuhnert
That's an understandable viewpoint. Safari hasn't traditionally had very good support/implentation of some of the core JS api . (that is required to be ecma compliant at least). They have fixed this in more recent versions of safari but it's something the dojo dev's are still trying to support as

Re: Tacos issues

2006-07-04 Thread Aslak Grønflaten
Hi, I'm having trouble with Dojo as well, and especially the fact that it's been chosen for 4.1. Of all the Tacos demos, only the tab component work in Safari (on the Mac). If it's not cross-platform, Dojo is really not a good toolkit to standardize on A -

RE: Tacos issues

2006-07-01 Thread andyhot
being updated. Right? > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, June 30, 2006 10:38 PM > To: Tapestry users > Subject: RE: Tacos issues > > i've done some research on this... > > The debug message "C

RE: Tacos issues

2006-06-30 Thread James Carman
27;s going to find are not being updated. Right? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 10:38 PM To: Tapestry users Subject: RE: Tacos issues i've done some research on this... The debug message "Calling form handle

RE: Tacos issues

2006-06-30 Thread andyhot
i've done some research on this... The debug message "Calling form handler" is generated by tacos Tapestry.registerListener found in net/sf/tacos/ajax/components/Form.js (tacos redefines this method) That method is in turn called by Tapestry.onsubmit, Tapestry.onreset, e.t.c. which should be call

RE: Tacos issues

2006-06-30 Thread James Carman
I don't think that's my issue. It's just basically not doing anything when I click on the link. The href="/". Here's the generated code: Search And, here's where it's wiring it up: dojo.event.connect(window, "onload", function(e) { dojo.event.connect(dojo.byId("AjaxLinkSubmit"),