CSS and Tiles

2005-02-28 Thread David Johnson
Hi all I have the following directory (partial shown) structure in my Struts/Tiles Web-app /webroot /webroot/jsp /webroot/layouts /webroot/styles the styles.css stylesheet is in styles and the layout is in ... not surprisingly, layouts What is the best way to get a reference for the CSS into

Re: CSS and Tiles

2005-02-28 Thread henrik . bentel
the JSTL's expression language. -Henrik David Johnson [EMAIL PROTECTED] 02/28/2005 01:03 PM Please respond to Struts Users Mailing List To: Struts Users Mailing List user@struts.apache.org cc: Subject:CSS and Tiles Hi all I have the following

Re: CSS and Tiles

2005-02-28 Thread David Johnson
expression language. -Henrik David Johnson [EMAIL PROTECTED] 02/28/2005 01:03 PM Please respond to Struts Users Mailing List To: Struts Users Mailing List user@struts.apache.org cc: Subject:CSS and Tiles Hi all I have the following directory (partial

Re: CSS and Tiles

2005-02-28 Thread David Johnson
Johnson [EMAIL PROTECTED] 02/28/2005 01:03 PM Please respond to Struts Users Mailing List To: Struts Users Mailing List user@struts.apache.org cc: Subject:CSS and Tiles Hi all I have the following directory (partial shown) structure in my Struts

RE: CSS and Tiles

2005-02-28 Thread Hollaway, Shedrick L CIV TRIREFFAC
try this: href=%= request.getContextPath()%/styles/style.css Shed. -Original Message- From: David Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 14:03 To: Struts Users Mailing List Subject: CSS and Tiles Hi all I have the following directory (partial shown

Re: CSS and Tiles

2005-02-28 Thread henrik . bentel
To: Struts Users Mailing List user@struts.apache.org cc: Subject:Re: CSS and Tiles a follow up... what's the corresponding tablib element look like for the c.tld taglib? %@ taglib uri=http://jakarta.apache.org/struts/tags-html; prefix=html % On Mon, 28 Feb 2005 14:42:40

Re: CSS and Tiles

2005-02-28 Thread David Johnson
:Re: CSS and Tiles a follow up... what's the corresponding tablib element look like for the c.tld taglib? %@ taglib uri=http://jakarta.apache.org/struts/tags-html; prefix=html % On Mon, 28 Feb 2005 14:42:40 -0500, David Johnson [EMAIL PROTECTED] wrote: nope, that's PERFECT

Re: CSS and Tiles

2005-02-28 Thread Kris Schneider
To: Struts Users Mailing List user@struts.apache.org cc: Subject:Re: CSS and Tiles a follow up... what's the corresponding tablib element look like for the c.tld taglib? %@ taglib uri=http://jakarta.apache.org/struts/tags-html; prefix=html

Re: CSS and Tiles

2005-02-28 Thread Tim Christopher
I use the following to load my CSS files: link rel=stylesheet type=text/css href=sslext:rewrite forward='baseStyle'// Note: If you do not use sslext then use html:rewrite instead of sslext:rewrite. This method requires the path to the CSS file to be stored within the struts config file so it