• 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
Current wod definition name?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Current wod definition name?


  • Subject: Current wod definition name?
  • From: Kieran Kelleher <email@hidden>
  • Date: Fri, 8 Oct 2010 13:55:11 -0400

Adding a debugging feature and I want to grab/log the name of the current wod label in the current stateless subcomponent context ....... as highlighted in this pic:

image/jpg



Cannot see any clues in here either when overriding _setParent ...... anyone know where this tidbit of info is stashed?:

	@Override
	public void _setParent(WOComponent parent, NSMutableDictionary bindings, WOElement template) {
		if (log.isDebugEnabled()) {
			log.debug("\n    parent: " + parent.name()
					+ "\n    bindings: " + bindings
					+ "\n    template: " + template
					+ "\n    context: " + ERXWOContext.currentContext());
		}

		super._setParent(parent, bindings, template);
	}
 _______________________________________________
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: Current wod definition name?
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: REST routes in JavaMonitor
  • Next by Date: Passing D2W Listing Component Datasource to another component
  • Previous by thread: Re: REST routes in JavaMonitor
  • Next by thread: Re: Current wod definition name?
  • Index(es):
    • Date
    • Thread