Why not use JSTL and let the server determine the location?

<link rel="stylesheet" href="<c:url value="/css/start.css" />"
type="text/css">

If the jsessionid string that may be automatically appended
by <c:url> bothers you, it's easy to write a small custom tag
exclusively for such purposes.

-- Chris.

----- Original Message -----
From: "vasudevrao gupta" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Tuesday, January 13, 2004 5:48 AM
Subject: Linking CSS


>
>
>
> Dear All,
>
> I am usign WebSphere Application Development Studio for development of
> our application in struts.
> When I am linking .css files to a JSP using normal HTML tag, its not
> getting identified,..Do we need to use a different syntax for linking
> .css files for JSP in struts???
> Eg:
> <LINK href="../../../../theme/Master.css" rel="stylesheet"
> type="text/css">
> Regards
> vasudevRaoGupta
>
>
> Confidentiality Notice
>
> The information contained in this electronic message and any attachments
to this message are intended
> for the exclusive use of the addressee(s) and may contain confidential or
privileged information. If
> you are not the intended recipient, please notify the sender at Wipro or
[EMAIL PROTECTED] immediately
> and destroy all copies of this message and any attachments.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to