Hi,
i got this code in my *.page:

<bean name="dateTranslator" class="my.package.LenientDateTranslator,pattern=dd.MM.yyyy"/>
<component id="inputBirthday" type="TextField">
<binding name="displayName" value="ognl:page.messagesUtil.birthdayMsg"/>
       <binding name="validators" value="validators:required"/>
       <binding name="translator" value="ognl:beans.dateTranslator"/>
       <binding name="value" value="ognl:pageBean.customer.ado.birthday"/>
</component>

I want to add use another validationmessage as the default message.
how can i set the validationmessage?

<binding name="validators" value="validators:required, message=This is my message"/> doesnt work!?

Anyone knows how to set the message?

best regards

Rudolf B.




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

Reply via email to