thnaks for showing interest
main.jsp
--------
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator"
prefix="decorator" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<%@ taglib uri="http://www.opensymphony.com/sitemesh/page" prefix="pages"%>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<decorator:head />
<title><decorator:title default="Portfolio Management"
/></title>
<link href="<%= request.getContextPath()
%>/decorators/images/Refresh.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrap">
<div id="header">
<jsp:include page="header.jsp"></jsp:include>
</div>
<div id="menu">
<ul>
<li> <s:url action= ">Home </li>
<li> <s:url action= ">Login </li>
<li> <s:url action= ">PortFolio </li>
<li> <s:url action= ">Support </li>
<li> <s:url action= ">About </li>
</ul>
</div>
<!-- content-wrap starts here -->
<div id="content-wrap">
<div id="sidebar">
<jsp:include
page="sidebar.jsp"></jsp:include>
</div>
<div id="main">
<decorator:body />
</div>
<!-- content-wrap ends here -->
</div>
<!--footer starts here-->
<div id="footer">
<jsp:include page="pagefooter.jsp"></jsp:include>
</div>
<!-- wrap ends here -->
</div>
</body>
</html>
--
View this message in context:
http://www.nabble.com/sitemesh-problem-tp15759026p15824014.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]