Sorry for posting too quick. In fact after a reload of my app it worked.
-
http://www.winfonet.eu
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Override-numericformat-error-message-tp4755753p4757748.html
Sent from the Tapestry - User mailing list archive at Nabble.com
I have surfed through T5 source code and found out that the message "You must
provide an integer value for %s." is defined in
/org/apache/tapestry5/internal/ValidationMessages.properties having the key
"integer-format-exception" so I tried to add such a key to my
app.properties, without success tho