Re: Required DateTimeField not showing 'is required' feedback...

2016-09-12 Thread Sven Meier
Hi, DateTimeField is a FormComponentPanel and thus overrides #checkRequired() to always return true. I'm not sure whether your usage is possible or even makes sense for a FormComponentPanel. Regards Sven On 12.09.2016 17:40, ChambreNoire wrote: Hello, Quick question: When I attach a

Re: Indicating dialog button don't stop

2016-09-12 Thread Sebastien
Hi Maxim, This is not intended that the dialog flickers... This is weird and I don't see any reason (and I don't see this on my side...) Can you run the "upload dialog" sample of wicket-jquery-ui-samples to see if you do repro it ? > git clone https://github.com/sebfz1/wicket-jquery-ui.git > cd

Re: Indicating dialog button don't stop

2016-09-12 Thread Maxim Solodovnik
Thanks a lot for the SNAPSHOT It works as expected :) the only issue I was able to see is: dialog flickers while waiting ... is it expected? Thanks for the steps will try to use it to debug broken menu item, will write back :) On Mon, Sep 12, 2016 at 5:23 AM, Sebastien wrote:

Re: ModalWindow.PageCreator()#createPage() is loading login page unexpectedly sometimes

2016-09-12 Thread durairaj t
Thank you martin. let me upgrade to wicket 7.x. it may resolve. On Mon, Sep 12, 2016 at 11:33 AM, Martin Grigorov wrote: > On Mon, Sep 12, 2016 at 5:26 PM, durairaj t > wrote: > > > Hi Martin, > > > > DefaultPageStore#storePage(SerializedPage

Required DateTimeField not showing 'is required' feedback...

2016-09-12 Thread ChambreNoire
Hello, Quick question: When I attach a FeedbackPanel to a DateTimeField with setRequired(true), the required message never shows in the feedback whereas validators like DateValidator.maximum work fineā€¦ Any ideas? Thanks CN -- View this message in context:

Re: ModalWindow.PageCreator()#createPage() is loading login page unexpectedly sometimes

2016-09-12 Thread Martin Grigorov
On Mon, Sep 12, 2016 at 5:26 PM, durairaj t wrote: > Hi Martin, > > DefaultPageStore#storePage(SerializedPage page) is holding only 40 pages > in > cache and removes others. It seems pageSotre appending every new versions > and deleting old one. Like, cache.remove(0). >

Re: ModalWindow.PageCreator()#createPage() is loading login page unexpectedly sometimes

2016-09-12 Thread durairaj t
Hi Martin, DefaultPageStore#storePage(SerializedPage page) is holding only 40 pages in cache and removes others. It seems pageSotre appending every new versions and deleting old one. Like, cache.remove(0). I'm keeping my page in session and trying to fetch from session . But wicket looking into