Community
Participate
Working Groups
Currently, only ui requests get a state info set. This can potentially cause problems when framework code relies on the existence of a state info (such as in bug 352620). A service handler can access the application store and the session store, but RWT.getSessionStore() returns null. This is an exception from the pattern that service handler implementations can and have to use the RWT.getXXX methods. There seems to be no good reason why a service handler should not be able to use a service store.
A state info is now attached to the context in the RWTDelegate servlet. Changes are in CVS HEAD.