On Jul 13, 2006, at 9:00 AM, David Holt wrote:
In my components documentDisplayGroup.globalDefaultStringMatchFormat
() returns [EMAIL PROTECTED]
documentDisplayGroup.defaultStringMatchFormat() returns [EMAIL PROTECTED]
WODisplayGroup.setGlobalDefaultStringMatchFormat() in the
Application constructor is the correct way to set the default format
for all WODisplayGroups. For all new display groups that you then
create programmatically, the global default string match format would
be used.
However, when you add a display group in WOBuilder, it adds the
following entry to the component's *.woo file:
formatForLikeQualifier = "[EMAIL PROTECTED]";
When the component is loaded at run time, this *.woo entry must cause
setDefaultStringMatchFormat("[EMAIL PROTECTED]") to be sent to this display group
instance which overrides the global default string match format.
So the fix I'd try would be to either delete the
formatForLikeQualifier or set it to "[EMAIL PROTECTED]".
Aloha,
Art
_______________________________________________
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]