*/
protected Serializable loadSessionState()
{
ITableSessionStoreManager objManager = getTableSessionStoreManager();
if (objManager != null)
return objManager.loadState(getPage().getRequestCycle());
return getSessionState();
}
/**
* Stores the table state using the SessionStoreManager.