Is this a cut & paste? Did you forget your (') after "href="? Try:
<link rel='stylesheet' href='<html:rewrite
page="../theme/mainStyle.css" />' type='text/css'>
I've got this in several places working fine.
dan
On Fri, 2002-04-26 at 16:06, Struts Developer wrote:
>
>
> I am having trouble with my stylesheet link being treated as a GET when
> struts processes my action.
>
> Here is the head of the JSP in question:
>
> <!-- Some standard includes -->
> <%@ page language="java" %>
> <%@ 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" %>
>
> <html:html>
> <head>
> <title><bean:message key="nameSearch.title"/></title>
>
> <html:base/>
>
> <LINK REL="STYLESHEET" TYPE="text/css" HREF="theme/mainStyle.css">
> <!-- <link rel='stylesheet' href=<html:rewrite
> page="../theme/mainStyle.css"/> type='text/css'> -->
>
> [...stuff deleted...]
>
--
Dan Trevino
bluemagnet, llc
http://bluemagnet.com/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>