Joined May 2015
·
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.
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.