A while ago someone posted a message about having fields show up in the xml
even when the value is null. One suggestion was to create your own field
handler, which I have done but I am getting this error:
Nested error: java.lang.ClassCastException: com.ecog.res.TestHandler
In my mapping xml I have this:
<field name="LoanNo" type="string"
handler="com.ecog.res.TestHandler">
TestHandler.java implements FieldHandler and most of its methods are empty.
Was anyone able to get this work? Any help would be appreciated.
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev