RE: Wicket jQuery UI - Spinner for time

2015-12-30 Thread Ephraim Rosenfeld
Hello Sebastien: I've created the request: https://github.com/sebfz1/wicket-jquery-ui/issues/217. Thanks so much for following up and for your contributions to the development community. Regards, - Ephraim -Original Message- From: Sebastien [mailto:seb...@gmail.com] Sent: Wednesday,

Re: Wicket jQuery UI - Spinner for time

2015-12-30 Thread Sebastien
Hi Ephraim, The jQuery UI timespinner is not just matter of configuration, is a new widget extending from the spinner; that's why it's not straightforward to make it work. I think it make sense to add it to the library, so please fill an issue: https://github.com/sebfz1/wicket-jquery-ui/issues I

Security Issue or incorrect usage?

2015-12-30 Thread Илья Нарыжный
Guys, Please advise on the following "feature". There is the following cool ability in wicket: https://cwiki.apache.org/confluence/display/WICKET/Dynamically+Generate+a+CSS+Stylesheet Pretty much the same approach can be used for JavaScript. But it's noted: if try to retrieve URL for

Re: wrapper for http://www.eyecon.ro/bootstrap-slider/

2015-12-30 Thread Ernesto Reinaldo Barreiro
Thanks to you both for helping keep wicket alive and kicking! On Wed, Dec 30, 2015 at 9:13 AM, Martin Grigorov wrote: > Thank you, Ernesto! > On Dec 30, 2015 10:12 AM, "Ernesto Reinaldo Barreiro" > wrote: > > > Thanks for your replay. I will roll out

Re: wrapper for http://www.eyecon.ro/bootstrap-slider/

2015-12-30 Thread Ernesto Reinaldo Barreiro
https://github.com/l0rdn1kk0n/wicket-bootstrap/pull/574 work in progress :-) On Wed, Dec 30, 2015 at 9:16 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Thanks to you both for helping keep wicket alive and kicking! > > On Wed, Dec 30, 2015 at 9:13 AM, Martin Grigorov

Re: wrapper for http://www.eyecon.ro/bootstrap-slider/

2015-12-30 Thread Maxim Solodovnik
Thanks Ernesto I believe this will be useful component :) On Wed, Dec 30, 2015 at 5:20 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > https://github.com/l0rdn1kk0n/wicket-bootstrap/pull/574 > > work in progress :-) > > On Wed, Dec 30, 2015 at 9:16 AM, Ernesto Reinaldo Barreiro < >

Wicket jQuery UI - Spinner for time

2015-12-30 Thread Ephraim Rosenfeld
Hello Wicket Team: I would like to use the Wicket jQuery UI "Spinner" widget, as shown here: http://www.7thweb.net/wicket-jquery-ui/spinner/DefaultSpinnerPage?0, for a time field, like this example: https://jqueryui.com/resources/demos/spinner/time.html. This example adds some additional

Re: wrapper for http://www.eyecon.ro/bootstrap-slider/

2015-12-30 Thread Tobias Soloschenko
Great! Looking forward to see the result! :-) Thank you! kind regards Tobias > Am 30.12.2015 um 12:21 schrieb Maxim Solodovnik : > > Thanks Ernesto > I believe this will be useful component :) > > On Wed, Dec 30, 2015 at 5:20 PM, Ernesto Reinaldo Barreiro < >

Wicket CSRF/XSRF protection

2015-12-30 Thread andrea
Hi all, Starting from [this][1] question on stackoverflow, I'm going to ask one thing more. I've developed a web application in which Apache Wicket plays as "REST backend", it only exposes HTTP Resources, there is an application and there are no pages, and no html related. All "frontend"

Re: wrapper for http://www.eyecon.ro/bootstrap-slider/

2015-12-30 Thread Martin Grigorov
Thank you, Ernesto! On Dec 30, 2015 10:12 AM, "Ernesto Reinaldo Barreiro" wrote: > Thanks for your replay. I will roll out such an implementation and create a > PR against wicket-bootstrap > > On Wed, Dec 30, 2015 at 9:09 AM, Tobias Soloschenko < >

Re: wrapper for http://www.eyecon.ro/bootstrap-slider/

2015-12-30 Thread Tobias Soloschenko
Hi, from what I can see on Wicket bootstrap - there is no integration for that: http://wb-mgrigorov.rhcloud.com/components But it should be no problem to implement it. :-) kind regards Tobias > Am 30.12.2015 um 08:21 schrieb Ernesto Reinaldo Barreiro : > > Hi Wicketeers,

Re: wrapper for http://www.eyecon.ro/bootstrap-slider/

2015-12-30 Thread Ernesto Reinaldo Barreiro
Thanks for your replay. I will roll out such an implementation and create a PR against wicket-bootstrap On Wed, Dec 30, 2015 at 9:09 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi, > > from what I can see on Wicket bootstrap - there is no integration for that: > >

Re: Wicket CSRF/XSRF protection

2015-12-30 Thread Martin Grigorov
Hi, You can use CookieUtils to write the cookie. Later in each request you could use WebRequest.getHeader(String) or @HeaderParam if this is supported. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Dec 30, 2015 at 9:31 AM, andrea