Using <base href="<s:url value="/"/>" target="_blank"> resolves all images & stylesheets properly, when there are many namespaces like /, /admin etc.
But the action urls also get interrupted by base tag.
Suppose the current browser url is http://context/admin/dashboard
<s:url value="clients" namespace="admin"/> returns clients which in the browser gets resolved to http://context/clients instead of http://context/admin/clients
Is there a way to tell s:url to render absolute URLs instead of relative ?