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