Wicket:Message DefaultValue is not working?

2010-05-06 Thread MattyDE
I try to use: thwicket:message key=Material NumberMaterialnummer/wicket:message/th but Unexpected RuntimeException: WicketMessage: Property 'Material Number' not found in property files. i thought if no property has been found the Default Materialnummer would be used?

Re: Wicket:Message DefaultValue is not working?

2010-05-06 Thread Ernesto Reinaldo Barreiro
See IResourceSettings.setThrowExceptionOnMissingResource(final boolean throwExceptionOnMissingResource). I think by default it is set to true. Ernesto On Thu, May 6, 2010 at 1:47 PM, MattyDE ufer.mar...@gmail.com wrote: I try to use: thwicket:message key=Material

Re: Wicket:Message DefaultValue is not working?

2010-05-06 Thread MattyDE
Thanks a lot! This works so nice ;) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Message-DefaultValue-is-not-working-tp2132484p2132553.html Sent from the Wicket - User mailing list archive at Nabble.com.