Re: RE: Re: Tacos MenuBar and Ajax

2006-09-19 Thread Sam Gendler
;); var menuItem; } }); -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: terça-feira, 19 de setembro de 2006 14:56 To: Tapestry users Subject: Re: Re: Tacos MenuBar and Ajax To answer number 2, yes. That's what the component should have been doing the whole

RE: Re: Tacos MenuBar and Ajax

2006-09-19 Thread Denis Souza
false, "insertAtIndex", null, ${count}); } else { var menuBar = dojo.byId("${componentId}"); var menuItem; } }); -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: terça-feira, 19 de setembro de 2006 14:56 To: Tapestry users Subjec

Re: Re: Tacos MenuBar and Ajax

2006-09-19 Thread jake123
Sam Gendler-2 wrote: > > We finally ditched it for a > CSS solution which is about 1,000 times faster. > Hi Sam, I am about to implement a menu component in our application and we are working in tapestry 4.02. I tried out the JSCookMenu, but I can not use that becouse there are no fallback

Re: Re: Tacos MenuBar and Ajax

2006-09-19 Thread Jesse Kuhnert
when it's not necessary. I'm no expert on javascript, and I don't know exactly if that's what you were thinking. Any ideas? Denis -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 18 de setembro de 2006 21:54 To: Tapestry users Subj

RE: Re: Tacos MenuBar and Ajax

2006-09-19 Thread Denis Souza
-Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 18 de setembro de 2006 21:54 To: Tapestry users Subject: Re: Re: Tacos MenuBar and Ajax Two small thoughts on this. -) WRT the javascript not getting executed, this is annoying but not really a "b

Re: Re: Tacos MenuBar and Ajax

2006-09-18 Thread Jesse Kuhnert
Two small thoughts on this. -) WRT the javascript not getting executed, this is annoying but not really a "bug" in dojo. If you look at some of the other tacos components you'll find that their script templates use the ResponseBuilder to determine if they are in an ajax request and respond approp

Re: Re: Tacos MenuBar and Ajax

2006-09-18 Thread Sam Gendler
Yeah. Currently, the dojo components don't handle ajax updates well. I was new to tacos and wasn't aware of the problem until I wrote code that triggers it. Due to the nature of the structure of our page, however, the extra menu bar shows up in a part of the page which is never visible, so I've

Re: Tacos MenuBar and Ajax

2006-09-18 Thread andyhot
Denis Souza wrote: > Hi, > I think the original contributor of those components described such a behaviour at http://thread.gmane.org/gmane.comp.java.tacos.devel/2040/ If this is indeed the cause, we'll try to resolve it before the (soon to come) next release > > > I'm using Tacos' DojoMenuBa