very funny.  The background color is actually there just so's I can be
assured the page is refreshing.  I picked maroon because it suites my mood
after trying to decipher these !$#%@$# frames problems. :) ;)

-----Original Message-----
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 12, 2002 9:35 AM
To: 'Struts Users Mailing List'
Subject: RE: simple frames problem, no help in archives


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]>


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

Reply via email to