Re: Properties Override

2014-08-11 Thread David Beer
Nope. Just add the properties like I did with a validator. On 11 August 2014 17:27, Martin Grigorov wrote: > Do you set the i18n value in FileInputConfig ? > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > > On Mon, Aug 11, 2014 at 6:07 PM, David Beer >

Re: Properties Override

2014-08-11 Thread Martin Grigorov
Do you set the i18n value in FileInputConfig ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Aug 11, 2014 at 6:07 PM, David Beer wrote: > Hi Martin > > My properties file is named ProfileImageUploadPanel.properties same as the > the java class except for

Re: Properties Override

2014-08-11 Thread David Beer
Hi Martin My properties file is named ProfileImageUploadPanel.properties same as the the java class except for the extension. In the Java class I reference the FileInput widget which contains the values I need to overide. The contents of my properties file is as follows: browseLabel=Browse brows

Re: Properties Override

2014-08-11 Thread Martin Grigorov
Hi, What you explained should work. Give us more details to see what went wrong. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Aug 11, 2014 at 5:16 PM, David Beer wrote: > Hi All > > I am trying to change some values specified in a properties file for a

Properties Override

2014-08-11 Thread David Beer
Hi All I am trying to change some values specified in a properties file for a third party component. The component is part of the wicket-bootstrap project and specifies some value read from a properties file. I would like to override these values from my application, where my panel calls the compo