On Nov 26, 2006, at 7:43 AM, Jan Behrens wrote:

Am I doing anything wrong here? If so, can somebody point me into the
right direction.

Yes, lose the enum datatype and convertor (your selection list should still be of the enum type).

The datatype/convertor says that the target object of your binding is a Java object of type f.q.n.Status. You don't want that, because your target object is an XML document, not a Java object.

HTH,
—ml—


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to