FIX: Cannot add items to a page from server-bound DhDocument (195174)
The information in this article applies to:
- Microsoft Visual J++ 6.0
- Microsoft SDK for Java 3.1
This article was previously published under Q195174 SYMPTOMS
A server-side implementation of code behind HTML may be unable to add items
to the page it is bound to. If there are no calls to the add() method
before a call to setBoundElements(), all subsequent calls to add() will not
work.
RESOLUTION
Place a call to add(new DhText("")) in initForm() before calling
setBoundElements().
REFERENCES
For support information about Visual J++ and the SDK for Java, visit the following Microsoft Web site:
| Modification Type: | Major | Last Reviewed: | 6/14/2006 |
|---|
| Keywords: | kbBug kbfix kbVS600sp3fix KB195174 |
|---|
|