Re: header resources order in 1.5.x

2013-08-09 Thread Martin Grigorov
Hi, On Thu, Aug 8, 2013 at 11:47 PM, Michal Wegrzyn wrote: > Hi Per, > > Thanks, but in fact I had in mind wicket-select2, not select2. > Anyway I've missed this thread: > http://apache-wicket.1842946.n4.nabble.com/renderHead-wicket-head-page-component-order-td4650413.html > > I've used ParentFir

Re: How to force an ajax channel to await that all other ajax channels are not busy before executing its scheduled callbacks?

2013-08-09 Thread Martin Grigorov
Hi, On Thu, Aug 8, 2013 at 5:12 PM, Antoine Angenieux wrote: > Hi Martin, > > Yes, it is what I was looking to achieve, and I was afraid that the only > solution was to register in the IJavaScriptLibrarySettings an alternate > version of the wicket-ajax-jquery.js script, as this would mean I'll h

Re: AjaxFormValidatingBehavior with multiple FormComponents

2013-08-09 Thread Martin Grigorov
Hi, This is how the browsers work. If there is one form element then ENTER submits, otherwise - no. You can register a listener on the form for keyup events that checks the keyCode and on ENTER does: $('#buttonId').trigger('click') On Thu, Aug 8, 2013 at 6:13 PM, Jochen Mader wrote: > Wicket 6

Re: How to force an ajax channel to await that all other ajax channels are not busy before executing its scheduled callbacks?

2013-08-09 Thread Antoine Angenieux
Hi Martin, Le 09/08/2013 09:29, Martin Grigorov a écrit : Hi, On Thu, Aug 8, 2013 at 5:12 PM, Antoine Angenieux wrote: Hi Martin, [...] There is no reason to maintain a copy. All you need is a change in Channel(Manager) so you can extract the current code in my-channel-manager.js, ad

RE: header resources order in 1.5.x

2013-08-09 Thread Michal Wegrzyn
Hi Martin, Yes, I want to upgrade ASAP, but in current development phase it's not possible. Problem was that wicket-select2 contributions were added at the very beginning of head and it could not find jQuery. Also select2 behavior could not find select2 js. Groet, Michał > -Original Messa

AttributeModifier and RepeatingView

2013-08-09 Thread Oliver B. Fischer
Dear list, I have problems to add an attribute the element generated by BookmarkablePageLink. I use a RepeatingView to generate a unordered list. The attribute I would like to add is not added to element but to the element. The question is why? If I try the same code without a repeating vi

Re: AttributeModifier and RepeatingView

2013-08-09 Thread Martin Grigorov
Hi, It looks like your markup is not correct. Please paste it too. On Fri, Aug 9, 2013 at 2:48 PM, Oliver B. Fischer wrote: > Dear list, > > I have problems to add an attribute the element generated by > BookmarkablePageLink. I use a RepeatingView to generate a unordered list. > The attribute

Strange behavior on first page request with jetty from Start.class

2013-08-09 Thread Per Newgro
Hi, has someone seen the following behavior and can give me a hint? I do some changes on my project. Then i use the Start class (provided by quickstart) to start the embedded jetty. The i reload a page in the browser And then page loading is really slow > 2min or Page is rendered but there is

Re: Strange behavior on first page request with jetty from Start.class

2013-08-09 Thread Martin Grigorov
Hi, I haven't experienced this. Try with different browser. On Fri, Aug 9, 2013 at 3:41 PM, Per Newgro wrote: > Hi, > > has someone seen the following behavior and can give me a hint? > > I do some changes on my project. > Then i use the Start class (provided by quickstart) to start the embedd

Re: AttributeModifier and RepeatingView

2013-08-09 Thread Oliver B. Fischer
Hi Martin, this is the markup I use: Am 09.08.13 13:54, schrieb Martin Grigorov: Hi, It looks like your markup is not correct. Please paste it too. On Fri, Aug 9, 2013 at 2:48 PM, Oliver B. Fischer wrote: Dear list, I have problems to add a

Re: AttributeModifier and RepeatingView

2013-08-09 Thread Martin Grigorov
On Fri, Aug 9, 2013 at 4:41 PM, Oliver B. Fischer wrote: > Hi Martin, > > this is the markup I use: > > > > > > The wicket:id is on , so BookmarkablePageLink is attached to it. The element has no wicket:id > > > > > > > > RepeatingView rv = new Re

wicket-atmosphere EventBus.post throwing Null pointer exception sometime

2013-08-09 Thread souvikbhattacharyas
Hi, Recently I am stuck with problem of Wicket-atmosphere and it seems to be very strange to me. In my application, I am publishing data through Hazelcast and after HazelCast receives data, it uses wicket atmosphere's EventBus.post() method to push the data and then methods with @subscribe anno