Yes. I'd like to replace the default validator messages (such as "sdf is not a valid Double") with my own messages, but only in this specific application, so changing the defaults is not an option. Furthermore, I'd like to change the names of the textfields once to be able to use il8n, since the names of the fields in each column are always identical. A little example for explanation:
Name Age abc 123 def 456 ... ... Would it be possible to take the column name (in this example, Name and Age respectively for the english version) as output value once a validation fails? Let's say Name is required, and changing "abc" to "" will throw an error - is there a way to put "Name has to be filled out" as the message? Best Michael -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/properties-in-conjunction-with-ListView-tp2313164p2314709.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
