The problem is the background color; the action class is choking on your bad
taste.

Mark

-----Original Message-----
From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 6:05 PM

The frameset page:


<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html"%>

<html>
<head>
<title>TXQL</title>
</head>
<body bgcolor="maroon">

<frameset frameborder="0" framespacing="0" border="0" cols="30%,*">
    <frame marginheight="0" marginwidth="0" name="navigator"
src="<html:rewrite page="/txql.do?action=TXQLNavigator"/>" target="view">
    <frame marginheight="0" marginwidth="0" name="view">

</frameset>

</body>
</html>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to