Best Practice Displaying Option Text Field
Best Practice Displaying Option Text Field
- Subject: Best Practice Displaying Option Text Field
- From: Hunter Hillegas <email@hidden>
- Date: Thu, 15 Apr 2004 16:23:04 -0700
I have a best practices question...
Let's say I have a text field, like a second line of a street address,
that I consider 'optional'. When I display that entity using WOStrings,
I want to only show that line/string if it contains data.
What I've been doing is writing a method in the component, such as
address2IsEmpty() or whatever that returns a boolean and then I wrap
the line in a WOConditional... Works fine but seems like a bit heavy
handed...
Since I keep finding out cool things that WO will do for you, I thought
I would ask if there is a short cut around writing the method, etc...
Thanks!
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.