setVersioned setStatelessHint

2010-11-24 Thread Arjun Dhar

Hi,
 if I have BookMarkable pages and they are pretty much stateless, does it
buy me much to do:

setStatelessHint(false); for every component? 
imo Adds a bit of verbosity to the code; though must be a reason why it
exists.

Please advice best practice

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/setVersioned-setStatelessHint-tp3057412p3057412.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: setVersioned setStatelessHint

2010-11-24 Thread Igor Vaynberg
wicket can automatically determine if the page is stateless...

-igor

On Wed, Nov 24, 2010 at 6:41 AM, Arjun Dhar dhar...@yahoo.com wrote:

 Hi,
  if I have BookMarkable pages and they are pretty much stateless, does it
 buy me much to do:

 setStatelessHint(false); for every component?
 imo Adds a bit of verbosity to the code; though must be a reason why it
 exists.

 Please advice best practice

 --
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/setVersioned-setStatelessHint-tp3057412p3057412.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



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