if you're on 4.1 do as jesse suggests.

if you're on 4.0 then:

1. make sure your ajaxeventsubmit is declared BEFORE the combo boxes
2. make sure you got your event name right - this can be tried out by having
a simple alert('hello world') to make sure the right even is in fact getting
generated.  usually case sensitivity is where there is an issue - for eg.
onChange should really be onchange

hth.

On 9/26/06, Jesse Kuhnert <[EMAIL PROTECTED]> 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 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
>
>
>
> karthik.nar wrote:
> >
> > in tacos have a look at ajaxevensubmit and hook it to the onchange of
> your
> > combo boxes.
> >
> > On 9/23/06, Mark Helmstetter <[EMAIL PROTECTED]> wrote:
> >>
> >> Are there any examples of how to implement an Ajax enabled double
combo
> >> box?  Is there a component that supports this?
> >>
> >> I was hoping for something simple for those of us who are uh,
> >> ajax-challenged...  I looked through Tacos and didn't see anything.
> >>
> >> Thanks,
> >> Mark
> >>
> >>
> >
> >
> > --
> > Thanks, Karthik
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Ajax-Double-Combo-example--tf2321902.html#a6493297
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com




--
Thanks, Karthik

Reply via email to