nevermind :)
From: "scott burns" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <user@struts.apache.org> To: user@struts.apache.org Subject: using javascript with tiles causes blank page to be displayed Date: Thu, 17 Mar 2005 13:22:10 -0500
I am using tiles and when I try to add in javascript I get a blank page displayed. Is this a known bug or am I doing something wrong? thanks
Scott
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-nested.tld" prefix="nested" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<html:html locale="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<html:base />
<title>My Page</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script language="javascript" src="/jstyle/ipds.js"></script>
</head>
<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">
<a name="top">
<tiles:insert attribute="header"/>
<!-- Page Content table - Contains left navigation and content -->
<table border="0" width="750" cellspacing="0" cellpadding="0">
<tr>
<tiles:insert attribute="leftNav"/>
<td class="spacer_1px" width="1">
<img src="images/spacer.gif" alt="" width="1" height="1" border="0">
</td>
<td width="19">
<img src="images/spacer.gif" alt="" width="19" height="1" border="0">
</td>
<tiles:insert attribute="body"/>
<td width="10"><img src="images/spacer.gif" alt="" width="10" height="1" border="0"></td>
</tr>
</table>
<tiles:insert attribute="footer"/>
</body>
</html:html>
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]