Re: jquery.ui.calendar hiddenDays

2013-10-07 Thread Selom
Hi! I upgraded from 6.7 to 6.11.0 and It works. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/jquery-ui-calendar-hiddenDays-tp4661704p4661728.html Sent from the Users forum mailing list archive at Nabble.com.

Re: CryptoMapper and mounted pages.

2013-10-07 Thread Roman Grigoriadi
Hi Dmitry! Thank you for your suggestion, but I can't see how bundled BookmarkableCryptoMapper could help in my case. In my quickstart on 6.10.0 CryptoMapper is never given a word, so it will never join the mapper chain, during mapHandler(..) in case of bookmarkable page, disregarding its

Wicket Bootstrap 3

2013-10-07 Thread David Beer
Hi All I am trying out Wicket Bootstrap3 on JBoss AS 7.1.1 and am getting the following error about not being able to find the bootstrap resources in the webjars. 16:15:54,432 WARN [RequestCycleExtra] (http--127.0.0.1-8080-2) Handling the following exception:

Wicket 1.5 Page Expired in JMeter

2013-10-07 Thread rawe
I'm using Wicket 1.5.8 and tried to use JMeter for loading tests. My problem is that it records well but when running the recorded scenario I get a page expired response. It occurs also when I run only one thread one time. Yes, I use HTTP Cookie Manager and delete session after each run. I know

Re: Wicket Bootstrap 3

2013-10-07 Thread Michael Haitz
Hi, there's an issue for that on github, the problem is related to guava 15.0 which contains a non cdi1.0 compatible beans.xml file. https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/234 cheers, Michael Am 07.10.2013 um 17:21 schrieb David Beer david.m.b...@gmail.com: Hi All I am

Spacing IE7 Issue when doing Wicket.setVisible() on WebMarkupContainer

2013-10-07 Thread eugenebalt
I don't know if anyone can help on this, but we ran into an IE7 issue (it doesn't happen in IE8) where, when we toggle the visibility of some MarkupContainers, the parent containers keep the original spacing they had before, and don't suppress/expand properly to accommodate the new layout (child

Re: Spacing IE7 Issue when doing Wicket.setVisible() on WebMarkupContainer

2013-10-07 Thread Sven Meier
Does it work when you're running without any CSS? We have experienced similar problems with 'inline-block' styled markup. Sven On 10/07/2013 07:19 PM, eugenebalt wrote: I don't know if anyone can help on this, but we ran into an IE7 issue (it doesn't happen in IE8) where, when we toggle the