// note that we cannot use this.getActionURL(), because this will
// cause problems if the ViewHandler is wrapped
String actionEncodedViewId = getViewHandler(context).getActionURL(context, viewId);
ExternalContext externalContext = context.getExternalContext();
String redirectEncodedURL = externalContext.encodeRedirectURL(actionEncodedViewId, viewParameters);
return externalContext.encodeActionURL(redirectEncodedURL);
}
@Override
public ViewDeclarationLanguage getViewDeclarationLanguage(