*/
public WOActionResults dispatchComboTask() {
// Set up the controller for the end of task action
ERXNextPageForResultWOAction controller = new ERXNextPageForResultWOAction(pageWithName(TaskInfoPage.class), "taskInfo");
Callable<EOGlobalID> task = new T07EOFTaskWithSubTasks();
CCAjaxLongResponsePage nextPage = pageWithName(CCAjaxLongResponsePage.class);
nextPage.setNextPageForResultController(controller);
nextPage.setTask(task);