Peter Donald <[EMAIL PROTECTED]> wrote: > Marker interfaces only go one level deep easily - if we use TOMs > then we can do things (as ugly as they may be) like > > <if test="..."> > <while test="..."> > <third-layer-task ../> > </while> > </if> > > or absolutely anything really ;)
Making <while> know its children, but not <if> know its grand children, so what? If <if> needs to know, then <while> could expose them. Still cannot see the benefit of all this, make my vote a -0 as I don't really see a reason (apart from API bloat) against "give tasks access to their Task Object Model" either, so I couldn't really justify a veto. Stefan
