Re: Replacement for IOnChangeListeer.INTERFACE

2018-10-01 Thread Manfred Bergmann
OK, sorry. Forget that.
It seems to be working when adding the FormComponentUpdatingBehavior.
4 of 5 uses work. The last error I posted is probably due to something else,
model related.


Thanks,
Manfred

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Replacement for IOnChangeListeer.INTERFACE

2018-10-01 Thread Manfred Bergmann
Hi Sven.

I'm using the Kendo widgets. In particular the AjaxDropDownList.
It inherits from the Wicket standard DropDownChoice and hence I can add the
FormComponentUpdatingBehavior.
But that will throw a different error in the test:




Any ideas on that one?


Manfred

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: WebSocket tests fail after migration to Wicket 8

2018-10-01 Thread Manfred Bergmann
Yes, I can confirm 8.2.0-SNAPSHOT works.


Thank you,
Manfred

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: apache wicket 8.0 or 8.x

2018-10-01 Thread Martin Grigorov
Wicket 9.x will use jQuery 3.x by default:
https://issues.apache.org/jira/browse/WICKET-6596

On Sat, Sep 29, 2018 at 3:20 PM kyrindorx  wrote:

>
> @Maxim: Thx :)
>
>
> Am 29.09.2018 um 14:13 schrieb Maxim Solodovnik:
> > To change jquery version being used you can call
> >
> getJavaScriptLibrarySettings().setJQueryReference(org.apache.wicket.resource.JQueryResourceReference.getV3());
> > inside you Application.init()
> >
> > On Sat, 29 Sep 2018 at 18:35, kyrindorx  wrote:
> >
> >> Hey all,
> >>
> >> I started with a new little webpage with Apache Wicket 8.0. I would use
> >> Bootstrap 4.0 as html grid and jquery for it. But wicket use jquery
> >> 2.2.4 as distrib version in version 8.0.
> >>
> >> So I have some questions about it:
> >>
> >> - Can I use Bootstrap 4 or better go on with 3.3.7
> >> - JQuery 2.2.4 is outdated EOL and will not get further updates.
> >> - When will Apache Wicket shipping a new version of JQuery?
> >>
> >> Greets
> >> Kyrindor
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>