*
* T01
* @return long response page running the same task in a long response page allowing user to wait and know when it is complete.
*/
public WOActionResults dispatchBackgroundTaskInLongRsponsePage() {
Runnable task = new T01T02SimpleBackgroundTask();
CCAjaxLongResponsePage nextPage = pageWithName(CCAjaxLongResponsePage.class);
nextPage.setTask(task);
return nextPage;