T4 - Forwarding to wrong page

2008-03-03 Thread Paul Stanton
I've got a strange problem: One of my pages (FinaliseReport) has a button which has it's own listener: input type=button jwcid=@Submit listener=listener:generateReport value=Generate Report/ When clicked, the listener does some processing then returns its self either via this or via

Re: T4 - Forwarding to wrong page

2008-03-03 Thread Paul Stanton
Never mind, I figured it out. When using an explicit listener with @Submit, the forms listener is still called, after the submit's listener. The form's listener was overriding the desired result, so now my processing is done in the form's listener instead.