ModalWindow and jQuery mousedown binding

2014-03-07 Thread neilbennett
Hi, I am experiencing an issue very similar to Andrew Geery here, http://apache-wicket.1842946.n4.nabble.com/weird-interaction-between-ModalWindow-and-jQuery-mousedown-binding-td4473055.html I have a ModalWindow open with a datetimepicker (http://www.malot.fr/bootstrap-datetimepicker/) component.

Re: Back button

2014-03-07 Thread Martin Grigorov
Hi, How do you load the model ? If you use dynamic model, like LoadableDetachableModel, then each render of the page will load its current state from the DB. By default org.apache.wicket.markup.html.WebPage#setHeaders() disables the caching so there shouldn't be such problem. Martin Grigorov Wick

Re: Cannot place a fragment inside a form element

2014-03-07 Thread chathuraka.waas
Thank Martin. it works fine now :) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Cannot-place-a-fragment-inside-a-form-element-tp4664841p4664847.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: Cannot place a fragment inside a form element

2014-03-07 Thread Martin Grigorov
Hi, Thanks! This is much better now! On Fri, Mar 7, 2014 at 10:20 AM, chathuraka.waas wrote: > Hi Martin, > > Thanks for your guidance on how to post a question. > > My scenario is like this. > > i'm having a webpage where i have a panel inside it and then inside the > panel i have a form where

Back button

2014-03-07 Thread Martin Dietze
In my application I have an editor page. Pretty often we run into the problem of users saving their work, then remembering that there was something missing and using their browser's back button to get back into the editor. Since they will be using an old instance of the page with the old object, sa

Re: wicket-native-websocket-javax for 6.x ?

2014-03-07 Thread Martin Grigorov
On Fri, Mar 7, 2014 at 8:12 AM, Martin Grigorov wrote: > Hi, > > On Fri, Mar 7, 2014 at 2:50 AM, Henrik Ă˜sterlund Gram < > henrik.g...@gmail.com> wrote: > >> I just tried it out by building 7.x, copying over just the >> wicket-native-websocket-javax >> artifact, modded the pom to depend on the 6.1

Re: Cannot place a fragment inside a form element

2014-03-07 Thread chathuraka.waas
Hi Martin, Thanks for your guidance on how to post a question. My scenario is like this. i'm having a webpage where i have a panel inside it and then inside the panel i have a form where i'm placing a fragment conditionally. This the code for adding the panel to the page. This is the code