* in Properties to see the default error handling behavior.
*
* @return result of an error in a Runnable task.
*/
public WOActionResults dispatchRunnableWithSimulatedError() {
T09RunnableWithSimulatedError task = new T09RunnableWithSimulatedError();
CCAjaxLongResponsePage nextPage = pageWithName(CCAjaxLongResponsePage.class);
nextPage.setTask(task);
return nextPage;