Hi all,

I'm trying to override the default validation message for a textfield with a
min and max validator set:

<input type="text" size="1" t:type="textfield" t:value="quantity"
t:id="quantity" t:validate="required,min=0,max=100000"/>

and I've not been able to find the property key to use to override the error
message which is displayed when a user enters a non-number.

I have found the message defined in ValidationMessages.properties in the
codebase as:

integer-format-exception

But specifying that key in my messages catalog has no impact.

Thanks,

Levi
-- 
View this message in context: 
http://n2.nabble.com/T5-Overriding-integer-validation-message-tp4264104p4264104.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to