Hi, I am very interested in form validation as shown in the FormInput example at wicketstuff (http://wicketstuff.org/wicket13/forminput/) I also came upon this page (http://cwiki.apache.org/WICKET/form-validation-messages.html) in the wicket reference website.
- This last web page reads "Some knowledge of wicket property-resource loading is required". Where can I get this knowledge ? A URL would have been convenient. - About the FormInput example, we can see that property values are retrieved from their key in FormInput.html, with this mechanism: " <wicket:message key="value.between.0.and.100" /> " => How does Wicket know that this key is located in a file called FormInput.properties? Where is FormInput.properties located in the project? Does it have to be in the classpath? Does it have to be the same name (save extension) as the html file (in this case FormInput.html)? -- View this message in context: http://www.nabble.com/Form-validation-and-.properties-tp17278934p17278934.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]
