I can reuse a single row, the source code then looks similar to this:
- Code: Select all
<row conref="#top__20120424115510670/row_objinsp_ID">
<entry/>
</row>
If I add the conrefend attribute like this, I get an error.
- Code: Select all
<row conref="#top__20120424115510670/row_objinsp_ID" conrefend="#top__20120424115510670/row_objinsp_Name">
<entry/>
</row>
The error message is:
Problem when constructing conref range between "top__20120424115510670/row_objinsp_ID" and "top__20120424115510670/row_objinsp_Name" because: Conrefend target element is not a sibling of the conref target element.
The error message is, I think, misleading, because the row elements are actually siblings.
Anyway, do I have to reference all the rows separately, or is there a way to refer to a range of rows?
Thanks a lot for your help
Susanne

