Multiple bindings to UI Control

I have a 3-tier web based application that would benefit from XForms. It 
basically queries for data from a web service and allows certain fields in 
the queried data to be modified and sent back as an update to the service. 


The user query yields data from the service via a particular XML message - 
ResponseMessage - , the updates are however dispatched using a similar but 
different XML message - UpdateMessage -. 

XForms does not appear to support binding of one UI control to more than 
one instance. 

How do I pre-load my form fields from the ResponseMessage message received 
from the back-end, and send user updates through the UpdateMessage 
message? 

I don't see a way to bind one UI control to a ResponseMessage instance for 
pre-load with initial values, and at the same time bind the same UI 
control to an  UpdateMessage instance for capturing the user's edits for 
dispatch to the back-end. 

Thanks! 
-- Ade Lucas

p.s. This is a re-statement of my previous posting.

Received on Thursday, 23 October 2003 21:07:56 UTC