----- Original Message -----
From: george stewart <[EMAIL PROTECTED]>
To: Turbine <[EMAIL PROTECTED]>
Sent: Sunday, January 09, 2000 10:11 AM
Subject: Re: OPaL the Attr class


<snip>
> Currently, I just allocate a new set.  In the set and
> get (should be maybe read and write) methods of the
> class, the attribute list is cleared and new attrs are
> added.

Huh? is this what mean:

    Visitor.addAttribute(new Attr("Password", "ABC"));

when Password's value changes to "XYZ":

    Visitor.addAttribute(new Attr("Password", "XYZ"));

This is fine by me but we will need a (String, String) constructor on the
Attr class to cover the String datatype. Currently there is not one.

-scott-



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to