• 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: WOHyperlink action not being called for some reason
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOHyperlink action not being called for some reason


  • Subject: Re: WOHyperlink action not being called for some reason
  • From: Theodore Petrosky <email@hidden>
  • Date: Sun, 25 Aug 2013 15:31:17 -0400

what about wrapping it in an AjaxUpdateContainer? or rather an observeField that deliberately updates the form.

Just an idea.



On Aug 25, 2013, at 3:25 PM, "Josef M. Burzler" <email@hidden> wrote:

A Workaround for this kind of problem is:
evaluate the condition used in the binding within the appendToResponse-method ) of the component, before calling super.appendToResponse, 
store the result into a variable and use this variable for the binding of the conditional.

Am 24.08.2013 um 16:41 schrieb Laurence Mills-Gahl <email@hidden>:

Ahhhhh….
This sounds like a likely situation. The component is a quick search box that requires a facility to be selected to limit the search so the first time through a message is displayed about making the selection… hmm…




Larry Mills-Gahl
email@hidden






On Aug 23, 2013, at 7:14 PM, Ramsey Gurley <email@hidden> wrote:

This can happen when the hyperlink is after a conditional and the conditional evaluates differently on the second request, thus changing the hyperlink's element ID.

request - serve page
condition = true
elementID -> 0.0.0.5
response
request - click link
condition = false
elementID -> 0.0.0.1
response - oops, no such element 0.0.0.5. invokeAction comes up empty handed

On Aug 23, 2013, at 3:51 PM, Laurence Mills-Gahl wrote:

Hello,

I have a WOHyperlink with an action bound but the action doesn't get called. I set a breakpoint in the method and run it in debug mode, but it never breaks. 
I must be spending too much time looking at this to see (what must be) an obvious problem, but I cannot see what the problem is. This is a basic WOHyperlink with an action.

Anybody have an ideas where I can look for causes?

Larry Mills-Gahl
email@hidden





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
References: 
 >Re: WOHyperlink action not being called for some reason (From: Ramsey Gurley <email@hidden>)

  • Prev by Date: Can't get remote sync to work
  • Next by Date: jgroups synchronizer still used?
  • Previous by thread: Re: WOHyperlink action not being called for some reason
  • Next by thread: ideas for handling addresses to recipients
  • Index(es):
    • Date
    • Thread