• 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: binding validation problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: binding validation problem


  • Subject: Re: binding validation problem
  • From: Archibald Singleton <email@hidden>
  • Date: Tue, 1 Apr 2008 00:26:56 -0300


On 01 Apr 2008, at 00:16, Mike Schrag wrote:
<wo:WOImage alt = "~\"Order a \" + $currentItem" border = "0" filename = "~$currentItem + \".gif\""/>
OGNL doesn't use $, it just uses the binding name, so "~$currentItem + \".gif\"" is invalid, it should be "~currentItem + '.gif'" (single tick instead of quote is a lot easier with OGNL, too -- a lot less escaping).

Ooops, so the error message was actually pretty straight on, missed the '$' in the keyname %-).
Thanks! (also for pointing out the use single quote).


Now for another one:

Application.java has the following accessor method

	public NSArray<Entree> entrees() {
		return _entrees;
	}

	public void setEntrees(NSArray<Entree> entrees) {
		_entrees = entrees;

	}

And Main.html has the following subcomponent for which I'm getting the following error message "There is no key 'entrees' for the keypath 'application' in Main"


<wo:loop list = "$application.entrees" item = "$currentItem">

I'm sure it's something obvious again, but I can see what.


= tmk =

_______________________________________________
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: binding validation problem
      • From: Mike Schrag <email@hidden>
References: 
 >binding validation problem (From: Archibald Singleton <email@hidden>)
 >Re: binding validation problem (From: Mike Schrag <email@hidden>)

  • Prev by Date: Re: binding validation problem
  • Next by Date: Re: binding validation problem
  • Previous by thread: Re: binding validation problem
  • Next by thread: Re: binding validation problem
  • Index(es):
    • Date
    • Thread