<div>Having completed some further testing of the new Connector xwds and models in my XOT test site I ran into the issue of either failing to make a selection from a pageList control or trying to select the first page in the project.<br>
</div><div><br></div><div>The problem is that the pageList control lists all the pages in the project so its default display is the first page in the project. So it looks like a selection has been made yet the default data behind the control is ""</div>
<div>If you want to select the first page you have to select one of the other pages first, which sets a linkID as the data value. Then when you then select the first page the current data value is overwritten with the linkID of the first page..</div>
<div><br></div><div>To make it clear that a page has not been selected would it be feasible to make the first item on the list some text with a known data value. e.g, </div><div><br></div><div>"Please select a page" data=""</div>
<div><br></div><div>If the data value needs to be populated e.g. "Please select a page" data="noSelection" then I can update all the default values for the pageList entry in all the xwds :-(</div><div>
<br></div><div>Kind regards</div><div><br></div><div>Johnathan</div>