I just committed an API for 1.3 and 2.0. For those of you working on
the 1.x branch or trunk, and you're using a custom session, you'll
have to fix this:

* Add a Request argument to your custom session object, e.g.

public class MySession extends WebSession {

  protected MySession(final WebApplication application, Request request)

* Method WebApplication#newSession is made final and will be removed
in the near future. Instead, use WebApplication#newSession. Big chance
you don't have to do anything as this method was already available and
you might have overriden getSessionFactory rather than the method in
WebApplication.


Regards,

Eelco

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to