*/
public static void redirectTo(WOComponent component) {
WOContext context = component.context();
ERXRedirect redirect = (ERXRedirect)component.pageWithName(ERXRedirect.class.getName());
redirect.setComponent(component);
redirect.appendToResponse(AjaxUtils.createResponse(context.request(), context), context);
}
/**
* <code>updateDomElement</code> appends JavaScript code to the given
* AjaxResponse that updates the content of the DOM Element with the given