• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOForms
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOForms


  • Subject: Re: WOForms
  • From: Robert Walker <email@hidden>
  • Date: Thu, 26 Feb 2004 12:57:48 -0500

Kranthi,

I typically don't bind actions to the WOForm. Instead I would bind the action to the WOSubmitButton. WebObjects will take care off the "HTML Form" for you.

So basically add a WOSubmitButton inside your form and bind showHistoryTracking to the button instead of the WOForm. WebObjects also has the notion of multiple submit forms where each button can have its own action. Just set multipleSubmit to true for the WOForm.

On Feb 26, 2004, at 3:46 AM, Kranthi Sagar Borra wrote:

Hi

If I specify an action in a WOForm, when is this action called. For ex, if my WOForm is

Form1: WOForm {

    enctype = "multipart/form-data";
	multipleSubmit = true;
	name = "ProblemDetailed";
	action = showHistoryTracking;
}

when is he action method showHistoryTracking invoked.
Thank you.

Regards
Kranthi.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.



--
Sincerely,
Robert Walker
Programmer
Bennett Technology Group
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Re: Subversion and Xcode
  • Next by Date: RE: WOForms
  • Previous by thread: Re: WOForms
  • Next by thread: RE: WOForms
  • Index(es):
    • Date
    • Thread