Last modified by Pascal Robert on 2010/09/19 10:26

From version 3.1
edited by Quinton Dolan
on 2007/07/12 20:34
Change comment: There is no comment for this version
To version 1.1
edited by smmccraw
on 2007/07/08 09:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.qdolan
1 +XWiki.smmccraw
Content
... ... @@ -1,12 +1,12 @@
1 1  Implement [[isStateless>>http://developer.apple.com/documentation/WebObjects/Reference/API5.2.2/com/webobjects/appserver/WOComponent.html#isStateless()]] in your WOComponent and you will be able to manage the state yourself:
2 2  
3 -{{code}}
3 +{{panel}}
4 4  
5 -public boolean isStateless() {
6 - return true;
7 -}
5 + public boolean isStateless() {
6 + return true;
7 + }
8 8  
9 -{{/code}}
9 +{{/panel}}
10 10  
11 11  === Chuck Hill ===
12 12