Re: I18N for bookmarkable urls

2009-10-26 Thread Bernhard Grünewaldt
/apache-wicket-1_4-mounting-urls-for-a-multilanguage-setup-i18n-seo/ Perhaps someone might find that useful. Bernhard Bernhard Grünewaldt schrieb: Hi folks, Since my app will be english and german aswell, that is something I need too. I tried to mount and unmount my pages when the locale changes

Re: I18N for bookmarkable urls

2009-10-24 Thread Bernhard Grünewaldt
Hi folks, Since my app will be english and german aswell, that is something I need too. I tried to mount and unmount my pages when the locale changes from german to english or vice versa. I tried using ResourceModel Strings for the urls, but it's not working the way I want it to be. And it

Re: Strong Password Validation using Ajax (with Fallback)

2009-10-17 Thread Bernhard Grünewaldt
://www.wickettraining.com On Fri, Oct 16, 2009 at 1:48 PM, Ryan Gravener r...@ryangravener.comwrote: I don't think you want to validate passwords by sending them to the server multiple times. Ryan Gravener http://bit.ly/no_word_docs On Fri, Oct 16, 2009 at 2:31 PM, Bernhard Grünewaldt bernh

Strong Password Validation using Ajax (with Fallback)

2009-10-16 Thread Bernhard Grünewaldt
Hello, Is there such a thing as a Strong Password Validator? I found a jquery plugin which is nice: http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/ But it lacks the serverside Java implementation and i18n. Does anyone know of such a component? The code isn't that

Re: Open source Wicket blog - Open Source CMS with Wicket

2009-10-14 Thread Bernhard Grünewaldt
Hello, It is very interesting to have a wicket blog, but for me even more interesting would be a cms based on wicket that integrates very smoothly into an existing wicket webapp. At the moment we use typo3 together with our java webapp. Would be nice to have a solution where everything is java

Re: Open source Wicket blog - Open Source CMS with Wicket

2009-10-14 Thread Bernhard Grünewaldt
Found it myself. Anyone have experience with brix? http://code.google.com/p/brix-cms/ Bernhard Grünewaldt schrieb: Hello, It is very interesting to have a wicket blog, but for me even more interesting would be a cms based on wicket that integrates very smoothly into an existing wicket

Feedbackpanel for each Error Level

2009-10-12 Thread Bernhard Grünewaldt
Hello, I know how to add a Feedbackpanel and how to filter it by specific forms a.s.o. But I want three feedbackpanels. One for warn, one for error and one for info. I didn't find a implementation of IFeedbackMessageFilter which does that. (Or I don't know how it could do that) Is there a

Re: Feedbackpanel for exact one Error Level

2009-10-12 Thread Bernhard Grünewaldt
=feedbackPanelERRORerror/span /li /ul /wicket:panel/div /wicket:panel/div Maarten Bosteels schrieb: http://wicket.apache.org/docs/1.4/org/apache/wicket/feedback/ErrorLevelFeedbackMessageFilter.html On Mon, Oct 12, 2009 at 9:33 AM, Bernhard Grünewaldt bernh...@gruenewaldt.net wrote

Re: Feedbackpanel for exact one Error Level

2009-10-12 Thread Bernhard Grünewaldt
thx, thats perfect. I am still not used to private subclassing :( Hauke Ingmar Schmidt schrieb: Hej, I know how to add a Feedbackpanel and how to filter it by specific forms a.s.o. But I want three feedbackpanels. One for warn, one for error and one for info. I didn't find a implementation

[wicket-1.4] parameterizing ResourceModel for wicket:message

2009-10-06 Thread Bernhard Grünewaldt
, Bernhard Grünewaldt - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: [wicket-1.4] parameterizing ResourceModel for wicket:message

2009-10-06 Thread Bernhard Grünewaldt
-style replacements. Matt Bernhard Grünewaldt wrote: Hello, I am using a properties.xml file for my wicket:message tags. And soon I wondered if there is a way to parameterize these messages, like it worked for apache struts. With wicket I can just say entry key=testfoo/entry and use