Just take a look at the Application.properties (or Application_it.properties
if I interpreted the origin of your name correct ;-)) file in the package
org.apache.wicket, and you'll se it's e.g. ${input} and ${label}

regards
Michael

Daniele Dellafiore wrote:
> 
> Hi all.
> 
> I want to have control over the validation error message that raises
> up when a RequiredTextField is not valorized.
> I have found, looking in the code, that "Required" is the resource key
> for the message but I cannot figure out what is the field name
> parameter, I expect to have something like
> 
> Required=The field ${field} is required.
> 
> What is the field name variable to use instead of ${field}?
> 
> Thanks.
> 
> -- 
> Daniele Dellafiore
> http://blog.ildella.net/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


-----
Michael Sparer
http://talk-on-tech.blogspot.com
-- 
View this message in context: 
http://www.nabble.com/I18n-of-required-form-component-message-tp18154670p18154860.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]

Reply via email to