I have this computed text bound to a the body field using EL
<xp:text escape="true" id="computedField1" value="#{doc.Body}"></xp:text>
Now I need to store this computedField in a Custom Control and send in the doc? What property definition should I use, and how do I reference the compositeData to the Body field in the cc
thanks
Thomas