Hi Theodore,

Am 22.03.2009 um 10:21 schrieb Theodore Petrosky:


I don't get this... I want to show the combined attributes from my entity in the displayString. What I want is:

displayString = "$theUser.firstName" + " " + "$theUser.lastName"

I think this should be something like

displayString = "~theUser.firstName + \" \" + theUser.lastName";

look at http://wiki.objectstyle.org/confluence/display/WO/Project+WONDER-Frameworks-WOOgnl for some examples.

jw


but of course this doesn't work. I feel i am missing something obvious but it isn't coming forth.

My entity has:

firstName
lastName

and I want to keep it normalized like this.

<wo:WOPopUpButton list = "$repList" displayString = "$theUser.firstName"
           item = "$theUser" selection = "$theUser" />

Ted



_______________________________________________
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/jw%40oyosys.de

This email sent to [email protected]


Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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]

Reply via email to