Hi
Why isn't it possible to modify the class name and the member name?
This produces a stack overflow:
<cbf:elementBinding name="posactntf">
<cbf:java-class name="actntfV1"/>
<cbf:member name="actntf"/>
</cbf:elementBinding>
and this alternativ does not execute the first statement (-> "private
...test.ActntfV1 _actntfV1;")
<cbf:elementBinding name="posactntf">
<cbf:member name="actntf"/>
</cbf:elementBinding>
<cbf:elementBinding name="posactntf">
<cbf:java-class name="actntfV1"/>
</cbf:elementBinding>
I want following:
"private ...test.ActntfV1 _actntf;"
How to achieve it?
TIA
Heri
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev