We noticed the following bug on TeamSite 6.5 sp2 + patch 1767 on Solaris 9
Support has confirmed this also applies to TS 6.7.1 SP1. I've noticed a
post on the forum where this applies also to tabs.
GIVEN
- a TeamSite form (DCT) of
dcr-type="xml"
(in templating.cfg)
- with a container in a DCT, where location attribute is missing or blank:
or
. (both produce the same XML schema)
- the container has a 1+ items in it
- and you have created some DCR for this DCT v1
THEN
- if you ADD a field to this container, in the DCT (v2)
- and you open an pre-existing DCR, built under the DCT v1
- then all the fields in that container will be blank. In other words, it will not show the pre-existing content in the pre-existing items.
WORKAROUNDS
- the bug does not occurs with dcr-type="iwov" (but there are many good reasons to want xml type)
- the bug does not occur if there is an named location
. But that changes your XML structure and might not conform to a predetermined XML DTD. Note, that the location is an optional attribute as per the datacapture6.0.dtd
- update all pre-existing DCR, add a blank field
for new items in the container. (but that's extra work)
SIMPLIFIED EXAMPLEDCT version 1:
[HTML]
<br />
[/HTML]
DCR for DCT version 1:
[HTML]
Test
[/HTML]
DCT version 2 (adds a new item in the container):
[HTML]
<br />
<br />
[/HTML]
Will post a bug number when available