Re: How to change the em tag proceduced by wicket:link

2011-07-17 Thread mrblobby
I cant get this to work. The maven dir structure is : src/main/java/com/mydomain/myweb/pages So what should I put instead of package1? I have tried: pages/MyPage.html I dont want to have to put: com/mydomain/myweb/pages/MyPage.thml because on the production system, the webapp will be renamed

Re: multiple feedback panels in same page

2011-01-14 Thread mrblobby
This does not work for me: final FormString form = new FormString(form); ComponentFeedbackMessageFilter filter = new ComponentFeedbackMessageFilter(form); FeedbackPanel feedback = new FeedbackPanel(feedback, filter); feedback.setEscapeModelStrings(false);

Re: RequiredValidator

2010-12-15 Thread mrblobby
Hi, I dont see how this reply solves the problem. The forms fields have this: passwordField.setRequired(true); the Page.properties file has the following structure: Form.FeildName=fieldname RequiredValidator=Holy cow, ${lablel} is blank. This works fine, except the Required Validator part of