I'm using 1.2.
If i use addElementToRegistry(String x) it doesn't work, but if I use
addElementToRegistry(String hashcode, String x) with different hashcodes it
works fine!
/Anders
> -----Original Message-----
> From: jon * [mailto:[EMAIL PROTECTED]]
> Sent: den 12 mars 2000 04:29
> To: ECS
> Subject: Re: Problem with ECS
>
>
> on 3/11/00 6:11 AM, Anders Samuelson
> <[EMAIL PROTECTED]> wrote:
>
> > I created a <p> element and added two identically strings
> to it. Only one
> > shows when I print it on screen.
>
> what version of ECS are you using? older versions had this bug. we got
> around the problem by always doing a new String() so that we have a
> different hashcode for each string.
>
> -jon
>
>
>
> --
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
>
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]