So I was reading another question under the Wicket tag comparing Apache Wicket and Apache Click. A concise explanation, in my opinion. I am more familiar with the Wicket world t
If you have pages you intentionally want to make sure are stateless the setStatelessHint(boolean state) method is useful.
setStatelessHint(boolean state)
It gives off a warning if the page isn't stateless.
for more information see here: Wicket Stateless pages