jon * wrote:

> 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.

Minor correction on this we do a new StringElement(string) which generates a
unique hashkey regardless if strings are identical or not.

-stephan



--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to