• 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: Submit form and pop up a AjaxModalDialog confirming submission
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Submit form and pop up a AjaxModalDialog confirming submission


  • Subject: Re: Submit form and pop up a AjaxModalDialog confirming submission
  • From: Farrukh Ijaz <email@hidden>
  • Date: Thu, 22 Apr 2010 05:57:40 +0300

Try this, I use AjaxSubmitButton instead of AjaxModalDialogOpener using _javascript_ function. If your component has an AjaxModalDialog component with some id "sampleDialog", you'll have a _javascript_ function at runtime as "openAMD_SampleDialog()" to open the dialog.

<wo:form name="PurchaseForm" multipleSubmit = "$true">
  <wo:FocusTextField id = "purchasePart" size = "20" value = "$purchasePartNumber" focus = "true" />
  <wo:textfield id = "purchaseQty" size = "20" value = "$purchaseQty" numberformat = "0" />
  <wo:AjaxSubmitButton value = "Purchase" action = "$purchase" formName = "EditForm" onComplete = "openAMD_AddToCartModalDialog()"/>
</wo:form>

Farrukh

On 2010-04-21, at 8:56 PM, Benjamin Chew wrote:

How do you tie a form submission to an AjaxModalDialog?

I'm trying to submit a form, process the values with the method "purchase" and pop up the result (added to cart or error). Right now I have this and it doesn't work: 

<wo:form>
  <wo:FocusTextField id = "purchasePart" size = "20" value = "$purchasePartNumber" focus = "true" />
  <wo:textfield id = "purchaseQty" size = "20" value = "$purchaseQty" numberformat = "0" />
  <wo:AjaxModalDialogOpener dialogId = "addToCartModalDialog"><wo:submitButton action = "$purchase">Purchase</wo:submitButton></wo:AjaxModalDialogOpener>
</wo:form>

Thanks,
Ben
Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Submit form and pop up a AjaxModalDialog confirming submission
      • From: Benjamin Chew <email@hidden>
References: 
 >Submit form and pop up a AjaxModalDialog confirming submission (From: Benjamin Chew <email@hidden>)

  • Prev by Date: Re: announcement
  • Next by Date: Re: announcement
  • Previous by thread: Re: Submit form and pop up a AjaxModalDialog confirming submission
  • Next by thread: Re: Submit form and pop up a AjaxModalDialog confirming submission
  • Index(es):
    • Date
    • Thread