opa!
tenho o seguinte código
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>OK</title>
</head>
<body>
<jsp:include page="extranet/menu.action" />
<s:include value="extranet/menu.action" />
<iframe src="extranet/menu.action"></iframe>
</body>
</html>
o iframe é o único que funciona, os outros informa isso:
The requested resource (/extranet/secure/extranet/menu.action) is not available
valeu