Re: Ajax Double Combo example?

2006-09-26 Thread mhelmstetter
ill be executed against your current page..So, you > could in theory manually type in various > dojo.event.connect(dojo.byId("your > rendered element id"), "on", function(e){alert("The event > fired!");}); > to see which one works :) > > On 9/26/06,

Re: Ajax Double Combo example?

2006-09-26 Thread mhelmstetter
That's why I've not hard coded any 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

Re: Ajax Double Combo example?

2006-09-26 Thread mhelmstetter
{ log.debug("**"); } } and here's my html: 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

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 karthi