> -----Original Message----- > From: Peter Donald [mailto:[EMAIL PROTECTED] > >3. A Task must be able to return resolved and unresolved values of its > >properties. > > I am not sure unresolved values should be passed to tasks at any time. The > one exception is when the task completely and utterly interprets the > taskdata/proxy-tree/DOM by itself. This is useful for if/else/case tasks > and tasks like property that require datatypes to be registered and > interpreted.
+1 The Task should not know about the unresolved value, but the Task Proxy or Base class (depends on implementation) needs to be able to feed a GUI the unresolved value. jim
