Implement page versioning in Wicket 1.5
---------------------------------------

                 Key: WICKET-2953
                 URL: https://issues.apache.org/jira/browse/WICKET-2953
             Project: Wicket
          Issue Type: New Feature
          Components: wicket
    Affects Versions: 1.5-M1
            Reporter: Martin Grigorov
             Fix For: 1.5-M1


Wicket 1.5 is missing page versioning functionality currently.
The page version should be incremented after:
* page initial load (#init(), version 0)
* component addition
* component change 
* component model change
* component state change
* component removal

The point with component involved are applicable to all no-auto components.
In contrast to Wicket 1.4 a page version is being created even for Ajax 
requests. This will allow support of browser back button for Ajax applications. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to