• 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: D2W Query Relationship with multiple values
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: D2W Query Relationship with multiple values


  • Subject: Re: D2W Query Relationship with multiple values
  • From: Ramsey Lee Gurley <email@hidden>
  • Date: Thu, 25 Nov 2010 09:25:16 -0500

I think the ERD2W has a sectioned query repetition so you could do something like

displayPropertyKeys = ("(person)","firstName", "lastName","(passport)","passport.country","passport.idNumber")

or maybe

sectionsContents  =((person, firstname, lastname), (passport, passport.country, passport.idNumber))

Ramsey

On Nov 25, 2010, at 8:44 AM, David Avendasora wrote:

> Hi D2Wers,
>
> I the following entity relationship:
>
> Person -> Passport
>
> I have multiple attributes of Passport that I want to search on when searching for a Person.
>
> Some are text fields, some are drop-downs.
>
> I'd like to be able to have them all be under one <label> tag that displays "Passport" and then has nested <labels> and <divs> that are for each of the Passport Attributes.
>
> I don't think that D2W currently supports this, but maybe I'm wrong. Am I missing something or looking at it from the wrong way?
>
> Here's the basic structure I'm looking for:
>
> <label>Passport</label>
> <div>
> 	<label>First Name</label>
> 	<div><TextField></div>
> 	<label>Last Name</label>
> 	<div><TextField></div>
> 	<label>Country</label>
> 	<div><PopUp></div>
> </div>
>
> Any tips or pointers would be greatly appreciated!
>
> Dave

 _______________________________________________
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: D2W Query Relationship with multiple values
      • From: David Avendasora <email@hidden>
References: 
 >D2W Query Relationship with multiple values (From: David Avendasora <email@hidden>)

  • Prev by Date: Re: Owns destination doesn't play well with nullify delete rule?
  • Next by Date: Re: D2W Query Relationship with multiple values
  • Previous by thread: D2W Query Relationship with multiple values
  • Next by thread: Re: D2W Query Relationship with multiple values
  • Index(es):
    • Date
    • Thread