Quick Q regarding D2W smartAttributes
Quick Q regarding D2W smartAttributes
- Subject: Quick Q regarding D2W smartAttributes
- From: Markus Ruggiero via Webobjects-dev <email@hidden>
- Date: Wed, 2 Dec 2020 12:15:16 +0100
Quick question:
Why does this rule
200 : (smartAttribute.className = 'java.lang.Boolean' and task = 'list') =>
componentName = "D2WDisplayBoolean" [com.webobjects.directtoweb.Assignment]
not fire (even with a bumped-up prio)? A more specific rule however works but
is a nuisance because I have tons of such isXyz propertyKeys.
100 : (propertyKey = 'isActive' and task = 'list') => componentName =
"D2WDisplayBoolean" [com.webobjects.directtoweb.Assignment]
I must be missing something trivial (it's always the trivial things that ruin
the day).
Thanks a lot
---markus---
_______________________________________________
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