Hi all (apologies if this is really obvious, but I can't find the info in the docs/examples)

I have some sub-components (with form elements) in a form and I want to do some actions when the form is submitted. I've tried something like

        void onSubmit() {
                System.out.println("submitted");
        }

but it doesn't get called on the sub-components, only the parent component. What am I missing?

Thanks, Jacob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to