NestedNotEqualsTag doesn't implement NestedPropertySupport

2002-03-29 Thread Rob Leland

In doing the UML for the nested Logic tags I noticed
that the NestedNotLogicEqual doesn't implement
NestedPropertySupport

public class NestedEqualTag extends EqualTag implements 
NestedPropertySupport, NestedNameSupport {

public class NestedNotEqualTag extends NotEqualTag implements 
NestedNameSupport {


Is this an oversite, and if not why ?
-- 
Robert Leland ([EMAIL PROTECTED])
804 N. Kenmore Street
Arlington, VA 22201-2225
Voice: 703-525-3580


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: NestedNotEqualsTag doesn't implement NestedPropertySupport

2002-04-01 Thread Arron Bates

Rob,

It implements NestedNameSupport, which is an extension of 
NestedPropertySupport. So in a way it does implement it. The statement 
is therefore somewhat redundant in the other tags that implement 
NestedNameSupport.
Currently, the tags that you can get the name reference from, you can 
get the property reference from.
I still have to do an audit and clean this all up, but it's certainly 
but pressing at the moment.

Arron.


Rob Leland wrote:

> In doing the UML for the nested Logic tags I noticed
> that the NestedNotLogicEqual doesn't implement
> NestedPropertySupport
>
> public class NestedEqualTag extends EqualTag implements 
> NestedPropertySupport, NestedNameSupport {
>
> public class NestedNotEqualTag extends NotEqualTag implements 
> NestedNameSupport {
>
>
> Is this an oversite, and if not why ?




--
To unsubscribe, e-mail:   
For additional commands, e-mail: