Re: wicket 6 ajax integration

2015-07-29 Thread Martin Grigorov
Hi Jonathan,

Where did you add the behavior the first time?
On Jul 29, 2015 8:37 PM, "Jonathan Locke"  wrote:

> ah, i figured it. the behavior has to be added in onInitialize(). silly me.
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/wicket-6-ajax-integration-tp4671704p4671705.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


[ANNOUNCE] WicketStuff 7.0.0 Released

2015-07-29 Thread Martijn Dashorst
WicketStuff core 7.0.0 based on Apache Wicket 7.0.0 is released and
soon will be available at Maven Central. Also the wicket15-tree
project has been released as a 7,0.0 compatible library (it is not yet
part of WicketStuff core).

The changelog since 7.0.0-M6 is:

Andrea Del Bene (1):
  removed custom StatelessLink component

Carl-Eric Menzel (1):
  add from/bind shortcut

Martijn Dashorst (4):
  Use wicket 7.0.0
  Fix parent dependency to 7.0.0-SNAPSHOT
  Use wicket15-tree version 7.0.0
  Release WicketStuff 7.0.0

Martin Tzvetanov Grigorov (6):
  Changes the version back to 7.0.0-SNAPSHOT
  Changes the version back to 7.0.0-SNAPSHOT
  Fix broken build. XmlAjaxResponse has been renamed to XmlPartialPageUpdate
  Simplify append to a List
  Minor formatting
  Update Scala to 2.11.7

Maxim Solodovnik (1):
  AjaxRequestTarget was replaced with IPartialPageRequestHandler
due to changes in wicket-core

Sven Meier (1):
  Merge pull request #415 from duesenklipper/feature/bind-shortcut

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



Re: wicket 6 ajax integration

2015-07-29 Thread Jonathan Locke
ah, i figured it. the behavior has to be added in onInitialize(). silly me.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-6-ajax-integration-tp4671704p4671705.html
Sent from the Users forum mailing list archive at Nabble.com.

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



wicket 6 ajax integration

2015-07-29 Thread Jonathan Locke

hello all!

having some trouble with the new wicket 6 ajax. it looks much better but i
think i'm confused.

i'm trying to use AbstractDefaultAjaxBehavior to call back from JS to the
server side and for some reason the behavior's renderHead() method isn't
even being called. is there something i need to do besides adding the
behavior to my panel to get it to render?

thanks,

 jon


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-6-ajax-integration-tp4671704.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Re: Firefox 39+ Error code: ssl_error_weak_server_ephemeral_dh_key on ssl connection

2015-07-29 Thread lucast
Thank you, niestroj,
I have solved the issue for my apache tomcat server. It was quite
straightforward. I found the solution here:

https://jamfnation.jamfsoftware.com/discussion.html?id=15032

The problem is, as Martin Grigorov pointed, a purely server issue, not a
wicket issue.

I did have a quick look to see if one could tweak the embedded jetty server
to resolve the issue, for when one is unit testing.

I'm afraid I have run out of time and I have to move on to my next task. But
if I can spare  30 minutes, I'll go back to it and hopefully post the
solution for the embedded jetty server here.

Thanks, once more,
Lucas

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Firefox-39-Error-code-ssl-error-weak-server-ephemeral-dh-key-on-ssl-connection-tp4671661p4671691.html
Sent from the Users forum mailing list archive at Nabble.com.

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