How i can set my validator to use a specified bundle (other than 
Application.properties) for a field rule ?


<?xml version="1.0" encoding="ISO-8859-1" ?>
<form-validation>
<formset>
    <form name="SaveAsForm">
        <field property="name" depends="required">
            <msg name="required" key="logon.username.maskmsg"/>
            <arg0 key="error.noSelection"/>
        </field>
    </form>
</formset>
</form-validation>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to