Re: Quick Q regarding D2W smartAttributes

2020-12-02 Thread Jesse Tayler via Webobjects-dev
Just as a thought, I look and noted I have a component rule for boolean in my app with much the same logic at 100 priority. This suggests you’ve just got some OTHER rule cranked up and don’t forget that rule could just be VERY strict with greater specificity vs. priority. 100 : (smartAttribute

Re: Quick Q regarding D2W smartAttributes

2020-12-02 Thread Jesse Tayler via Webobjects-dev
Did you make certain your className does indeed report as that form of boolean? These things resolve from your model and you can fish around those attributes for information. Honestly, I’ve found that in these cases with D2W I resort to simply reporting things from the D2WContext right onto the

Quick Q regarding D2W smartAttributes

2020-12-02 Thread Markus Ruggiero via Webobjects-dev
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 t