Ernesto Reinaldo Barreiro created WICKET-7059:
-------------------------------------------------
Summary: [Serialization] make easier to avoid serialization for
form request
Key: WICKET-7059
URL: https://issues.apache.org/jira/browse/WICKET-7059
Project: Wicket
Issue Type: Improvement
Affects Versions: 10.0.0, 9.14.0
Reporter: Ernesto Reinaldo Barreiro
Fix For: 9.15.0, 10.0.0
Right now a new page serialization is always triggered for each request to tha
page (e.g AJAX reauest). In or application some AJAX requests do not really
change the state of page (e.g they just transfer soem info from client side to
server side but page sturcture and data remain the same). For those request a
new serialization is triggered by default.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)