Actually I am planning to host the app in Google application engine. One
thing I am not able to understand, getStatelessHint() if applied in the
constructor of a page should return whether that page is stateless or not.
So, in my page which is full of ajax and statefull components, why it is
printing true? I am simply printing...

        public Page(PageParameters pageParameters)(
                        final PageParameters pageParameters, UserDomain 
userDomain,
                        UserDomain loggedInUserDomain) {

// many statefull components added
*System.out.println(this.getStatelessHint());*  returning true..!!!!
}



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Need-suggestion-on-minimizing-session-usage-in-wicket-web-application-tp4650956p4650982.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

Reply via email to