PRB: bindNewElements() of DhTable Changes to "" in Cell (197568)
The information in this article applies to:
- Microsoft Visual J++ 6.0
- Microsoft SDK for Java 3.1
This article was previously published under Q197568 SYMPTOMS
The non-breaking spaces ( ) in a table's cells are removed from the
cells after binding to the table.
CAUSE
When a DhTable object is bound through a call to setBoundElements(), all
non-breaking spaces ( ) are converted to empty strings "".
RESOLUTION
To workaround this issue, you can bind to the DhTable using findElement()
instead of using setBoundElements(). For example, if you had a DhTable
named "table" you could do the following:
table = (DhTable)findElement("table");
STATUS
This behavior is by design.
REFERENCES
For the latest Knowledge Base articles and other support information on
Visual J++ and the SDK for Java, see the following pages on the Microsoft
Technical Support site:
(c) Microsoft Corporation 1998, All Rights Reserved. Contributions by Derek
Jamison, Microsoft Corporation.
Modification Type: | Minor | Last Reviewed: | 8/25/2005 |
---|
Keywords: | kbInetDev kbJava kbprb KB197568 |
---|
|