Hi!
I've specified an validation xml that works
but I want to read the property-messages from
a properties file that I'would access from a bundle.
I use validator_1_1_3.dtd.
Isn't the bundle attribute recognized?
Is this a common bug?
<!-- /jsp/example/validationExample.jsp -->
<form name="validationExampleForm">
<field property="qnummer"
depends="mask">
<arg position="0" bundle="TEST"
key="validationExample.form.qnummer"/>
<arg position="1" bundle="TEST" name="mask" key="${var:mask}"
resource="false"/>
<var>
<var-name>mask</var-name>
<var-value>^[QXqx0-9]*$</var-value>
</var>
</field>
</form>
Thanks if someone can say anything about this!
Starky
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]