Are you doing some submits with your JavaScript that could be causing this problem? Just a thought.
joe > -----Original Message----- > From: Struts Developer [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 1:07 PM > To: [EMAIL PROTECTED] > Subject: <link rel='stylesheet' ...> treated as GET??? (take II) > > > Forgive my partial posting a minute ago... hotmail sucks. =) > > 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'> --> > > <script language="JavaScript" type="text/javascript" > src="../js/mainScripts.js"></script> > > </head> > > I've tried using the <html:rewrite> as per Ted's Struts Catalog > but get the > same result. > > Here is the log from the servlet: > > [02.04.26 14:59:09:414 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: Processing a POST for /NameSearch/Find > [02.04.26 14:59:09:414 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: Looking for ActionForm bean under attribute > 'NameSearchForm' > [02.04.26 14:59:09:424 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: Recycling existing ActionForm bean instance of class > 'dhs.vcm.vis.form.NameSearchForm' > [02.04.26 14:59:09:424 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: Populating bean properties from this request > [02.04.26 14:59:09:444 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: Validating input form properties > [02.04.26 14:59:09:444 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: No errors detected, accepting input > [02.04.26 14:59:09:454 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: Looking for Action instance for class > dhs.vcm.vis.action.nameSearch.FindAction > [02.04.26 14:59:09:484 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: Double checking for Action instance already there > [02.04.26 14:59:09:484 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: Creating new Action instance > [02.04.26 14:59:09:684 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: Processing a GET for /NameSearch/theme/mainStyle.css > [02.04.26 14:59:09:684 CDT] 4a389602 WebGroup I SRVE0091I: [Servlet > LOG]: action: No mapping available for path > /NameSearch/theme/mainStyle.css > > > Has anyone got any ideas as to what dumb mistake I'm making? > > TIA > /\/\ark > > _________________________________________________________________ > Join the world�s largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > > -- > 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]>

