Re: "/websocket/closed" is not working in IE11

2017-04-09 Thread Martin Grigorov
On Sat, Apr 8, 2017 at 11:41 AM, Maxim Solodovnik 
wrote:

> Hello All,
>
> I just have noticed "/websocket/closed" is not working in IE11
> handler set via
> Wicket.Event.subscribe("/websocket/closed", function() {})
> Is not fired
>
> The following message displayed in console instead:
> SCRIPT12030: WebSocket Error: Network Error 12030, The connection with the
> server was terminated abnormally
>
> Wicket: 8.0.0-M5
> OS: Win7/Win10
> Browser: IE11/Edge
>
> Should I file JIRA?
>

Yes, with a quickstart please!


>
> --
> WBR
> Maxim aka solomax
>


Re: Constant for Jquery3

2017-04-09 Thread Martin Grigorov
We will need a new ticket!
Pull requests are welcome :-)

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sat, Apr 8, 2017 at 11:57 AM, Maxim Solodovnik 
wrote:

> Yep, I'm aware of 6341
> This is why I have asked this question :)
>
> +1 for resource reference!
> Currently I have to use: following code:
> getJavaScriptLibrarySettings().setJQueryReference(new
> JavaScriptResourceReference(DynamicJQueryResourceReference.class,
> DynamicJQueryResourceReference.VERSION_2));
>
>
> On Sat, Apr 8, 2017 at 4:55 PM, Sebastien  wrote:
>
> > Hi Maxim,
> >
> > No I don't think so: WICKET-6341 [1] has been postponed and I don't see
> any
> > commit about it.
> > That said, it might be a good idea to already have the resource reference
> > in wicket so anyone can quickly give a try to jQuery3
> >
> > [1] https://issues.apache.org/jira/browse/WICKET-6341
> >
> > Best regards,
> > Sebastien.
> >
> > On Sat, Apr 8, 2017 at 11:18 AM, Maxim Solodovnik 
> > wrote:
> >
> > > Hello All,
> > >
> > > Is there constant for jquery3 in wicket?
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>