For some reason my environment went unstable. Reboot and clean/scan resolved.

I am breaking at my handlers now.

Discard.

Best regards

Ken in nashua



From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: T-4.1.6 whoas...
Date: Fri, 2 May 2008 09:27:22 -0400








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 Check it out!

_________________________________________________________________
Stay in touch when you're away with Windows Live Messenger.
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_messenger_052008

Reply via email to