Re: How to change the tag proceduced by

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 to

Re: multiple feedback panels in same page

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

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