Hi
I'm trying to access the value of the field I'm validating. That is, I'm
validating an e-mail address and would like the validated e-mail address to
appear in the error message as first parameter.
I tried
<field property="email" depends="email">
<arg0 key="${email}" resource="false"/>
</field>
or
<field property="email" depends="email">
<arg0 key="${var:email}" resource="false"/>
</field>
but they both don't work. Haven't found an example, but perhaps it's there -
in that case: Sorry! :-)
Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]