You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/07/25 07:09:58 UTC

svn commit: r978984 - /click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml

Author: sabob
Date: Sun Jul 25 05:09:58 2010
New Revision: 978984

URL: http://svn.apache.org/viewvc?rev=978984&view=rev
Log:
deprecated stateful pages. CLK-715

Modified:
    click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml

Modified: click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml?rev=978984&r1=978983&r2=978984&view=diff
==============================================================================
--- click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml (original)
+++ click/trunk/click/documentation/xdocs/src/docbook/click/chapter-pages.xml Sun Jul 25 05:09:58 2010
@@ -1044,6 +1044,12 @@ public void onGet() {
   <sect1 id="stateful-pages" remap="h2">
     <title>Stateful Pages</title>
 
+    <para><symbol>PLEASE NOTE:</symbol> stateful pages have been deprecated in
+    Click 2.3.0 and will be removed in a future release. Do not use stateful pages
+    in your applications. Instead use stateful controls or HttpSession to store
+    state between requests.
+    </para>
+
     <para>Click supports stateful pages where the state of the page is saved
     between the users requests. Stateful pages are useful in a number of
     scenarios including: