Joined May 2015
·

Laurent Grégoire

Bordeaux, France
·
·

Posted to Stateless web page in Wicket over 1 year ago

You can also install a stateless checker in your WebApplication::init() method: "getComponentPostOnBeforeRenderListeners().add(new StatelessChecker())", and then annotate each page you want to check with @StatelessComponent.

Posted to Stateless web page in Wicket over 1 year ago

You can also install a stateless checker in your WebApplication::init() method: "getComponentPostOnBeforeRenderListeners().add(new StatelessChecker())", and then annotate each page you want to check with @StatelessComponent.

Achievements
1 Karma
0 Total ProTip Views