String resource loading changed after 1.1, see: http://www.wicket-wiki.org.uk/wiki/index.php/Validation_Messages
HTH Sven > >I've switched from 1.1 to HEAD and I have some problem with missing >resources: > >Caused by: java.util.MissingResourceException: Unable to find resource: >Required >Validator > at >wicket.markup.html.form.validation.AbstractValidator.error(AbstractVa >lidator.java:116) > at >wicket.markup.html.form.validation.AbstractValidator.error(AbstractVa >lidator.java:163) > at >wicket.markup.html.form.validation.AbstractValidator.error(AbstractVa >lidator.java:83) > at >wicket.markup.html.form.validation.RequiredValidator.onValidate(Requi >redValidator.java:73) > at >wicket.markup.html.form.validation.StringValidator.validate(StringVal >idator.java:35) > at >wicket.markup.html.form.FormComponent.validate(FormComponent.java:429 > >What changed?? > >I've a page (Step1Page.java) with several components inside, and all >the properties are now in a file in the same package >(Step1Page.properties). > >Thanks! >-- >Davide Savazzi > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_idv37&alloc_id865&op=click >_______________________________________________ >Wicket-user mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/wicket-user ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
