D2W Query Relationship with multiple values
D2W Query Relationship with multiple values
- Subject: D2W Query Relationship with multiple values
- From: David Avendasora <email@hidden>
- Date: Thu, 25 Nov 2010 08:44:55 -0500
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