Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-30 Thread Francesco Chicchiriccò
On 2016-10-28 14:37 (+0100), Martin Grigorov wrote: > On Fri, Oct 28, 2016 at 12:01 PM, Francesco Chicchiriccò < > ilgro...@apache.org> wrote: > > > On 2016-10-27 14:18 (+0200), Martin Grigorov wrote: > > > Hi, > > > > > > Good news! > > > It is a bug in Wicket Bootstrap: > > > https://githu

Re: Problems with Wicket 7.5.0 and Wicket Bootstrap 0.10.10 using a custom NotificationPanel

2016-10-30 Thread Tobias Soloschenko
Hi, good to hear and thanks for the feedback. kind regards Tobias Am 30.10.16 um 10:04 schrieb Francesco Chicchiriccò: On 2016-10-28 14:37 (+0100), Martin Grigorov wrote: On Fri, Oct 28, 2016 at 12:01 PM, Francesco Chicchiriccò < ilgro...@apache.org> wrote: On 2016-10-27 14:18 (+0200),

Re: AutocompleteTextField on submit : The value of .. is not a valid ...

2016-10-30 Thread ndongo yaya
Hi, I think that you're missing an instance variable "test" of type TestBean inside your component. It's the variable that us used for the Property Model Regards, Yaya Ndongo On Oct 27, 2016 16:16, "ganea iulia" wrote: > Hi, > > Please help me with following issue: > > > I'm using wicket 7. >

[ANNOUNCE] WicketStuff 8.0.0-M2 Released

2016-10-30 Thread Martin Grigorov
WicketStuff core 8.0.0-M2 based on Apache Wicket 8.0.0-M2 is released and soon will be available at Maven Central! The changelog since 8.0.0-M1 is: Tom Götz (5): [select2] make AbstractSelect2Choice public [select2] Prevent Nullpointer [select2] Automatically include i18n resou

[ANNOUNCE] WicketStuff 7.5.0 Released

2016-10-30 Thread Martin Grigorov
WicketStuff core 7.5.0 based on Apache Wicket 7.5.0 is released and available at Maven Central. The changelog since 7.4.0 is: kkaravitis (12): make the bridge schema(http/https) aware #531 make the portlet bridge schema(http/https) aware #531 Merge branch 'wicket-7.x' of https:/

[ANNOUNCE] WicketStuff 6.25.0 is released

2016-10-30 Thread Martin Grigorov
Hi, WicketStuff core 6.25.0 based on Apache Wicket 6.25.0 is released and available at Maven Central. The changelog since 6.24.0 is: Sven Meier (3): [lambda-model] issue 534: keep caching scoped to application [lambda-model] issue 534: keep caching of proxy factory scoped to applicat

Re: File upload using REST API

2016-10-30 Thread James Selvakumar
Hi Andrea, Thanks for your reply. Maybe I'll look into it. But it'll be great if there is standard support for this. On Mon, Oct 24, 2016 at 11:10 PM, Andrea Del Bene wrote: > Hi, > > I haven't any code that does file upload, but I think you need to > implement a custom IWebSerialDeserial that