Hi Bruno, You can create a method in the component's corresponding java class and can assign that method to the action attribute of your submit button. For ex, you can write a method "myAction" in the corresponding java class and assign this method name "myAction" to the action attribute.
-Babu -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of WIESEN Bruno Sent: Tuesday, March 27, 2007 1:50 PM To: WebObjects Apple Dev Subject: Reusable component Hello, I've created a component which contents a WOForm and a WOSubmitButton. I want to add a binding to my custom component which is a method (in order to give it to the "action" binding of WOSubmitButton). Can someone help me with this? Is there a tip to do this? Thank you. Bruno _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/in1472c%40motorola .com This email sent to [EMAIL PROTECTED] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
