Re: ResponseIOException logged as error in DefaultExceptionMapper

2018-06-26 Thread Sven Meier
Hi, I agree that a warning would be more appropriate, maybe we don't need the stacktrace either. Please create an issue. Thanks Sven (WICKET-3570) Am 26.06.2018 um 16:30 schrieb Daniel Stoch: Hi, DefaultExceptionMapper handles by default some "internal" exceptions. You can look at the t

ResponseIOException logged as error in DefaultExceptionMapper

2018-06-26 Thread Daniel Stoch
Hi, DefaultExceptionMapper handles by default some "internal" exceptions. You can look at the thread "Marker interface for "internal" exceptions" on this list (Jun 02, 2014). ResponseIOException is one of them, but when this kind of exception occurs then an error is logged in DefaultExceptionMappe

Re: Use a property file to change the choose one option

2018-06-26 Thread Maxim Solodovnik
https://ci.apache.org/projects/wicket/guide/8.x/single.html#_localization_of_component_s_choices On Tue, Jun 26, 2018 at 3:41 PM JavaTraveler wrote: > Hello everyone, I have another question. > > Where do you put the properties file to change the label of the null option > for a dropdownchoice ?

Use a property file to change the choose one option

2018-06-26 Thread JavaTraveler
Hello everyone, I have another question. Where do you put the properties file to change the label of the null option for a dropdownchoice ? Next to your java class ? Can you put in the same arboresence in resources, like for the css files ? And what do you write in it ? .null ? .nullvalid ? My