Hi.  So i have tried setting the stateless hint and my AjaxLink is still
statefull.  I read some where where even Ajax components can be stateless. 
What am I missing?

AjaxLink addFriend = new AjaxLink("addFriend")
                {
                        @Override
                        protected boolean getStatelessHint() 
                        {
                                return true;
                        }

                        private static final long serialVersionUID = 1L;

                        public void onClick(AjaxRequestTarget request)
                        {
                                makeFriends(sessionUserName, profileUserName);
                        }
}
-- 
View this message in context: 
http://www.nabble.com/Is-it-possible-to-get-AjaxLink-stateless--tf4774228.html#a13657606
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to