L.S.,
I'm building a forms-based web application. Most of the times, the data that was filled in to the form needs to be send into Apache Servicemix for further processing, so it is best stored in XML format. Is there a way to use an XML document as the source of data for a JSF form? I was thinking of building a PropertyResolver that understands XPath expressions (eg. document['/article/supplier/@id'], but perhaps there is an easier way to do this... Or should I generate classes based on my XSD, only to make it possible to build this kind of web form? Regards, Gert Vanthienen -- View this message in context: http://www.nabble.com/XML-document-as-data-for-form-tf4054048.html#a11515457 Sent from the MyFaces - Users mailing list archive at Nabble.com.

