fea jabi wrote:
By changing the form property boolean - Boolean
<form-property name="confirm" type="java.lang.boolean" initial="true"/>
to
<form-property name="confirm" type="java.lang.Boolean" initial="true"/>
I am able to get the instance of the dynaactionform.
is it necessary to use Boolean itself?
Well, it's certainly better than java.lang.boolean, which doesn't exist.
One of the fun non-orthagonality aspects of Java. Without autoboxing,
anyway.
Do all the Dynaform properties have to be initialized always?
No.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]