• 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
AjaxModalDialog in a Repetition
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AjaxModalDialog in a Repetition


  • Subject: AjaxModalDialog in a Repetition
  • From: Dawn Lockhart <email@hidden>
  • Date: Sun, 01 Mar 2009 16:09:22 -0500
  • Thread-topic: AjaxModalDialog in a Repetition

I have a repetition with an AjaxModalDialogOpener inside it to open an
AjaxModalDialog. When the AjaxModalDialogOpener is clicked, the selected
item in the repetition is null. How do I send the AjaxModalDialog the item
that was selected? I don't see any way to bind a value to it. I tried using
the AjaxModalDialogOpener's action method to set the selected value, but it
was never fired when I clicked on the link.

<wo:AjaxModalDialog id=" removeAMDID" title="Remove" closeString="Remove"
showOpener="$false" closeUpdateContainerID="UpdateContainerID">

...
    <wo:AjaxSubmitButton action="$remove" value="Remove" class="button"/>

</wo:AjaxModalDialog>

<wo:WORepetition list="$list" item="$item" index="$rowNumber">
...
Table rows
...
    <wo:AjaxModalDialogOpener dialogId="removeAMDID" label="Remove"
    class="button" />
...
</wo:WORepetition>

Thanks,
Dawn

 _______________________________________________
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: AjaxModalDialog in a Repetition
      • From: amiel montecillo <email@hidden>
  • Prev by Date: Re: Reference Lib JARs Not Recognized
  • Next by Date: What's the safe way to round?
  • Previous by thread: Re: Reference Lib JARs Not Recognized
  • Next by thread: Re: AjaxModalDialog in a Repetition
  • Index(es):
    • Date
    • Thread