Re: Unable to change label of FileUploadField

2009-11-12 Thread I-Kel
. Hence my attempt to overwrite it's getLabel() method. Any other suggestions are welcome. Regards, René -- View this message in context: http://old.nabble.com/Unable-to-change-label-of-FileUploadField-tp26309142p26315139.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Unable to change label of FileUploadField

2009-11-12 Thread I-Kel
are not to my liking. René -- View this message in context: http://old.nabble.com/Unable-to-change-label-of-FileUploadField-tp26309142p26315299.html Sent from the Wicket - User mailing list archive at Nabble.com

Unable to change label of FileUploadField

2009-11-11 Thread Rene Peters
Hello, I developed a component (a Panel containing a Form) for uploading a file. It works fine but it I would like to change the label of the button and the text displayed next to the button. The text it displays by default is choose file on the button and the text displayed next to

Re: Unable to change label of FileUploadField

2009-11-11 Thread nino martinez wael
you should be able to put the change in a property file.. Like described here : http://day-to-day-stuff.blogspot.com/2008/05/wicket-internationalization.html, so you just need to find the key for the field. 2009/11/11 Rene Peters rene_pet...@hotmail.com Hello, I developed a component (a