You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Arjun Dhar <dh...@yahoo.com> on 2010/11/24 15:41:09 UTC

setVersioned & setStatelessHint

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-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: setVersioned & setStatelessHint

Posted by Igor Vaynberg <ig...@gmail.com>.
wicket can automatically determine if the page is stateless...

-igor

On Wed, Nov 24, 2010 at 6:41 AM, Arjun Dhar <dh...@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-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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