There is a field in one of my bean classes I would like to skip when writing
to an xml file, however I would still like to keep auto-complete true for
the class.  So, I set the field to transient hoping that the field woud be
skipped.

<field name="minParticipant" transient="true" get-method="getMinParticipant"
/>

However, the field is still output to the xml file.   Thanks for everyone's
help on the email list.  All of the responses to my previous questions have
been extremely helpful.

Karl

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to