11-16-2012 08:33 AM
11-16-2012 08:40 AM
11-16-2012 10:03 AM
taskPage.initUi();
package org.activiti.explorer.ui.task;
public class TaskDetailPanel…
…
protected void initTaskForm() {
…
if(formData != null… ) {
@Override
protected void handleFormSubmit(FormPropertiesEvent event) {
…
taskPage.initUi(); // *** new injected code ***
}
} else {
…
}
}
11-23-2012 03:31 PM
11-23-2012 03:43 PM
…The refresh button on some place on gui would be (imho) better solution, to avoid the "automatically" refreshing after "every" operation.
We opted for this strategy (not refreshing queued) as this can be a heavy query to perform on "every" operation you do in the UI. You can, off course, alter this behavior in the app yourself to suit your needs…
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.