Im using a info path form with the contact selector and enter 2 contacts. The XML from the association data look fine but it only returns the last contact. Is this a know bug or am I doing something wrong
XML Data
<my:gpContactSelector xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2010-09-23T14:50:33">
<my:Person>
<my:DisplayName>Vincent Jones</my:DisplayName>
<my:AccountId>SEACATDEV\vincent.jones</my:AccountId>
<my:AccountType>User</my:AccountType>
</my:Person>
<my:Person>
<my:DisplayName>Dennis Smith</my:DisplayName>
<my:AccountId>SEACATDEV\dennis.smith</my:AccountId>
<my:AccountType>User</my:AccountType>
</my:Person>
</my:gpContactSelector>
Contact [] contact1 = Contact.ToContacts(ht["Contact1"].ToString(), workflowProperties.Web);
contact1
{Microsoft.Office.Workflow.Utility.Contact[1]}
[0]: {Dennis Smith}