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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]