import javax.xml.namespace.QName;
import com.vaadin.Application;
+import com.vaadin.terminal.ExternalResource;
import com.vaadin.ui.Root;
/**
if (actionUrl != null) {
eventActionDestinationMap.put(actionKey, name);
eventActionValueMap.put(actionKey, value);
- throw new RuntimeException(
- "Root.open has not yet been implemented");
- // root.open(new ExternalResource(actionUrl.toString()));
+ root.getPage().open(new ExternalResource(actionUrl.toString()));
} else {
// this should never happen as we already know the response is a
// MimeResponse
if (actionUrl != null) {
sharedParameterActionNameMap.put(actionKey, name);
sharedParameterActionValueMap.put(actionKey, value);
- throw new RuntimeException(
- "Root.open has not yet been implemented");
- // root.open(new ExternalResource(actionUrl.toString()));
+ root.getPage().open(new ExternalResource(actionUrl.toString()));
} else {
// this should never happen as we already know the response is a
// MimeResponse