Re: DateTimeField or html5 date

2013-12-18 Thread Gerrit Wassink
Thanks Martin for this quick answer! Martin Grigorov , 18-12-2013 8:51: Hi, Wicket just generates the final page markup. So the decision what to use depends on: what user experience you want to provide ? By using HTML5's "date", "datetime", ... types some browsers will show datepicker-like

Wicket 6.12 and wicket-native-websocket-javax

2013-12-18 Thread Peter Henderson
Is there a 6.X branch I can use which contains native javax websockets? My git kung fu is letting me down. (Still only a white belt) Thanks Peter.

Re: Wicket 6.12 and wicket-native-websocket-javax

2013-12-18 Thread Martin Grigorov
Hi, https://twitter.com/mtgrigorov/status/364323832490110976 The main problem is that JSR 356 API and all impls are build with JDK7, and Wicket 6.x uses JDK 1.6 ... But it seems this is not a problem for the -jetty9 module. The build works (somehow) without problems. If there are no objections fr

Re: Wicket 6.12 and wicket-native-websocket-javax

2013-12-18 Thread Peter Henderson
Hi Martin, Tomcat 7.0.47 back ported javax websockets from 8. Which means wicket-native-websocket-tomcat no longer works (well I couldn't get it working but I didn't try too hard) Wicket 7 sounds lovely. Many thanks Peter. On 18 December 2013 11:23, Martin Grigorov wrote: > Hi, > > https:

Re: Wicket 6.12 and wicket-native-websocket-javax

2013-12-18 Thread Martin Grigorov
I think the old impl is deprecated but still there in 7.0.47. I'll test it soon. Martin Grigorov Wicket Training and Consulting On Wed, Dec 18, 2013 at 2:05 PM, Peter Henderson < peter.hender...@starjar.com> wrote: > Hi Martin, > > Tomcat 7.0.47 back ported javax websockets from 8. > Which mean

Re: Example for presenting pdf in modal window

2013-12-18 Thread MyScheme
Hey, The Java code runs without any errors, but the InlineFrame sametimes loads the wrong pdf files. When i open the page the first time it always loads a File i deleted 13 days ago. I can’t even find it on my pc anymore... The code is the standard code from git and the Folder contains only the ri

Re: Example for presenting pdf in modal window

2013-12-18 Thread Martin Grigorov
On Wed, Dec 18, 2013 at 3:20 PM, MyScheme wrote: > Hey, > > The Java code runs without any errors, but the InlineFrame sametimes loads > the wrong pdf files. When i open the page the first time it always loads a > File i deleted 13 days ago. I can’t even find it on my pc anymore... The > Sounds

Re: Example for presenting pdf in modal window

2013-12-18 Thread MyScheme
Hey, Cleared the Cache but the document is still shown on the web side. Maybe the Adobe Reader saves the file somewhere? CSS z-index are not working. The calendar which opens on click is still in the background of the DocumentInlineFrame. Thanks for your help, Patrick -- View this message i

Extending TextField to display Joda's LocalTime in HH:mm format

2013-12-18 Thread lucast
Dear Forum, I am trying to have an input field in which user inserts a time of the day in HH:mm format. In some cases, the field could be already populated. I thought of extending TextField and pass a LocalTime object to the form field. The problem is that when if the local time variable already

Re: Extending TextField to display Joda's LocalTime in HH:mm format

2013-12-18 Thread Sven Meier
Use a converter: http://wicket.apache.org/guide/guide/chapter11.html#chapter11_3 Regards Sven On 12/18/2013 04:40 PM, lucast wrote: Dear Forum, I am trying to have an input field in which user inserts a time of the day in HH:mm format. In some cases, the field could be already populated. I th

1.4.7 app form does not submit on server when panel is not visible.

2013-12-18 Thread Entropy
This is in one of our Wicket 1.4.7 apps that we have not converted yet. The problem does not happen in localhost test environments, but does happen on the server. Moreover, the problem only happens when a data condition causes a particular panel to be visible. When this panel is visible (and I p

wicket-el - is this a safe way to hook into wicket?

2013-12-18 Thread Steve Coughlan
A few weeks back I made a post about the first version of universal expression language for wicket. Since then it's come quite a way. The initial version hooked into by implementing IMarkupResourceStreamProvider for markup owning MarkupContainers (Panel, Page etc...) and by regenerating markup fr