Hi all,
I have having problems trying to get a ConfigurableFieldHandler
working. I am trying to use the handler in exactly the same way as the
documented example:
<?xml version="1.0"?>
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN"
"http://castor.org/mapping.dtd">
<mapping>
<field-handler name="myHandler" class="FieldHandlerImpl">
<param name="date-format" value="yyyyMMddHHmmss"/>
</field-handler>
<class name="Root">
<field name="date" type="string" handler="myHandler"/>
</class>
</mapping>
However Castor does not seem to like this mapping, and the
'field-handler' tag is not valid according to the dtd.
I would appreciate any help.
Dan.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email