Re: Ajax Double Combo example?

2006-09-26 Thread mhelmstetter
=container clientValidationEnabled=true span jwcid=projectChoose/ /form /body Jessek wrote: You can do the same thing pretty easily in Tapestry 4.1. http://tapestry.apache.org/tapestry4.1/ajax/EventListener.html On 9/25/06, mhelmstetter [EMAIL PROTECTED] wrote: OK, I think that got

Re: Ajax Double Combo example?

2006-09-26 Thread mhelmstetter
of the event names into Tapestry itself...Wayy too much potential for me f-ing things up ;) On 9/26/06, mhelmstetter [EMAIL PROTECTED] wrote: Thanks for the pointer Jesse. I managed to get my stuff ported over to Tapestry 4.1, but I'm still having trouble. I basically copied the code from your

Re: Ajax Double Combo example?

2006-09-26 Thread mhelmstetter
dojo.event.connect(dojo.byId(your rendered element id), onfoo, function(e){alert(The event fired!);}); to see which one works :) On 9/26/06, mhelmstetter [EMAIL PROTECTED] wrote: Yeah, my bad, I tried that shortly after posting the message and still...no luck. And yes, it's all lower

Re: Ajax Double Combo example?

2006-09-25 Thread mhelmstetter
OK, I think that got me pointed in the right direction, but I'm still having trouble. I tried the AjaxEventSubmit example: http://tacos.sourceforge.net/components/AjaxEventSubmit.html but my listener does not seem to be invoked when the list selection changes. Any ideas? Thanks, mark