Hi all,
Can someone explain to me (from an architecture's point of view) why every Ajax component added to a page makes that page statefull? If I set the stateless hint to true and turn off the page versioning, why is a session needed? The reason why I am asking this is because I want to have a totally stateless application, where the data that should be shared between requests will be managed by myself in a cookie. p.s. I tried to use jolira wicket-stateless tools, but there is no way of submitting a stateless form using ajax button... Thank you in advance, Zlatko -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stateless-and-Ajax-tp4344007p4344007.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
