RE: Add noise to the URL of ResourceLink component

2014-03-11 Thread Stijn de Witt
That is great Martin! But you know how it goes with corporate deadlines... No time to wait for Wicket release... No way I get to upgrade Wicket on the whole application for my one feature... So a thing like that can become a big hurdle. But you are right I should have reported it at least. -St

Re: [ANN] wicket-dnd project

2014-03-11 Thread Duke
Hi all, I'm try to use wicket-dnd 0.6.0 in my project. I got a strange behavior in my NetBeans 7.4 IDE when I add wicket-dnd library to my project library list. After adding and saving project, if I close IDE and open it, it stop to highlight errors in code editor. It highlihgt a file in a list, th

Re: [ANN] wicket-dnd project

2014-03-11 Thread Maxim Solodovnik
We are using DND in Eclipse, it seems to work as expected On Tue, Mar 11, 2014 at 4:04 PM, Duke wrote: > Hi all, > I'm try to use wicket-dnd 0.6.0 in my project. > I got a strange behavior in my NetBeans 7.4 IDE when I add wicket-dnd > library to my project library list. > After adding and savi

Re: [ANN] wicket-dnd project

2014-03-11 Thread Duke
Thanks for reply. Unfortunately I can't change IDE now, its not my choice. Also, I found some strange code in wicket-dnd theme.css files: div.dnd-hover-cover { display: none; } table.dnd-hover-table { border-spacing: 0px; *border-collapse: collapse:* } Maybe it is a missprint? And right will be

Re: [ANN] wicket-dnd project

2014-03-11 Thread Sven Meier
Hi, yes, that should be a semicolon. Sven On 03/11/2014 10:19 AM, Duke wrote: Thanks for reply. Unfortunately I can't change IDE now, its not my choice. Also, I found some strange code in wicket-dnd theme.css files: div.dnd-hover-cover { display: none; } table.dnd-hover-table { border-spacin

Re: [ANN] wicket-dnd project

2014-03-11 Thread Sven Meier
Hi, wicket-dnd is pretty standard Java, so I don't have an idea what Netbeans has to complain about that code. Sven On 03/11/2014 10:04 AM, Duke wrote: Hi all, I'm try to use wicket-dnd 0.6.0 in my project. I got a strange behavior in my NetBeans 7.4 IDE when I add wicket-dnd library to my p

Re: mounting // mapping subdomain HomePage

2014-03-11 Thread Simon B
Thanks Martin for your quick reply. I took your advice and came up with the following implementation which seems to work well on my development box. But as it is the root mapper I'd appreciate it if you or someone could just look over it to make sure its robust. I instantiate it in the MyApp

Re: [ANN] wicket-dnd project

2014-03-11 Thread Duke
Thanks Sven, I am newbe in css/html, thats why I was in doubt. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ANN-wicket-dnd-project-tp1889824p4664899.html Sent from the Users forum mailing list archive at Nabble.com. -

More Wicket JSESSION_ID Issues

2014-03-11 Thread Aaron J . Garcia
I finally got around to upgrading to Wicket 6.14.0 yesterday. With the new changes in Wicket, I no longer get the exception spit out to the log when I change the JSESSION_ID to JSESSION_ID_MYAPP. Thanks for that! I have another issue now: When I run my app in my IDE (I use Intellij 13.0.2 and T

Re: ModalWindow and jQuery mousedown binding

2014-03-11 Thread neilbennett
Thanks for the reply. I actually removed that binding from the html output but I don't see any noticeable changes in behavior. Clicks on the modalwindow still do not trigger the mousedown binding on the datetime component unless it is outside of the modal window. I have limited javascript knowledg