Has the overnight build changed much with regard to these event listeners?

    @EventListener(events =
    { "onchange" }, targets =
    { "tableColumnsSelect" }, submitForm = "galleryForm", async = true)
    public void tableColumnsChangeListener(IRequestCycle cycle)
    {
        // (events="onchange") Just keep all of your event names in lowercase
        // and you'll be ok. - jesse kunhert
        LOG.info("In tableColumnsChangeListener : ");
    }

Just a couple days ago my breakpoints inside my listeners were being hit fine. 
Not they are not. Now the listeners are not even being invoked. >???

My DirectLink listeners are being invoked.

Can anyone comment on this?

                    <span jwcid="@Insert" value="Table Columns"/>
                    <select jwcid="[EMAIL PROTECTED]"
                        model="ognl:tableColumnsModel"
                        value="ognl:tableColumns"
                        onchange="tapestry.form.refresh(this.form)"
                        />

Why would these listeners cease to function?

Thanks for any ideas.

Best regards

Ken in nashua


_________________________________________________________________
 Get Free (PRODUCT) REDâ„¢  Emoticons, Winks and Display Pics
http://joinred.spaces.live.com?ocid=TXT_HMTG_prodredemoticons_052008

Reply via email to