<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=312461412-04022007><FONT face=Arial 
color=#0000ff size=2>It's not that unconventional - after all, all it means is 
there may need to be some element of the CSS which is 
dynamic.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=312461412-04022007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=312461412-04022007><FONT face=Arial 
color=#0000ff size=2>However, you may find a problem if you expect a CSS to be 
loaded on each request.  Browsers tend to cache linked stylesheet files for 
longer than they're meant to, in my experience, so you can't reliably use a CSS 
for the purpose you describe.  Instead, you could make the background style 
part of the main page itself ("<body style="background: url(....)" 
).</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=312461412-04022007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=312461412-04022007><FONT face=Arial 
color=#0000ff size=2>Jon</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> sfdbfoui@host2.scintillance.com 
[mailto:sfdbfoui@host2.scintillance.com] <B>On Behalf Of </B>Volkmar 
Emberger<BR><B>Sent:</B> 04 February 2007 08:17<BR><B>To:</B> The OpenCms 
mailing list<BR><B>Subject:</B> Re: [opencms-dev] combining JSP an JavaScript + 
[edit: and CSS]<BR></FONT><BR></DIV>
<DIV></DIV>do you think it is very "unconventional" if I mix JSP and 
CSS?<BR><BR>like different background images on every load of the 
css?<BR><BR>best regards volkmar<BR><BR><BR><BR>Scott Carlson schrieb: 
<BLOCKQUOTE 
cite=midFA672C76D9B6C04FB98EA4CFBD2C29E653FF56@newman.optionvue.local 
type="cite"><PRE wrap="">The key is that the OpenCms type needs to be JSP. The extension in the
name can still be "js" (i.e. it need not have a "jsp" extension).

I do this all the time. In fact, all my normal jsp pages have an
extension of "html" instead of "jsp". OpenCms is nice in the fact that
it handles the complexity of using the "wrong" extension for jsp pages
behind the scenes.

Scott

-----Original Message-----
From: <A class=moz-txt-link-abbreviated href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</A>
[<A class=moz-txt-link-freetext href="mailto:opencms-dev-bounces@opencms.org">mailto:opencms-dev-bounces@opencms.org</A>] On Behalf Of Guillaume Lederrey
Sent: Thursday, February 01, 2007 6:25 AM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] combining JSP an JavaScript

  </PRE>
  <BLOCKQUOTE type="cite"><PRE wrap=""> I thought the cms-tags will be inserted with the information before
    </PRE></BLOCKQUOTE><PRE wrap=""><!---->the
  </PRE>
  <BLOCKQUOTE type="cite"><PRE wrap="">script is sended to the client
 so why is it working with css but not with javascript?
    </PRE></BLOCKQUOTE><PRE wrap=""><!---->
  I havent tried it myself but ...

  A ".js" file sould be treated as a simple resource, and should not
be interpreted by OpenCms. If you want to have dynamic content inside
you .js file, you should declare it as a JSP file. You can than
include "myJavaScript.jsp" in your template and it should  work.

   Good luck

     Guillaume

  </PRE></BLOCKQUOTE><BR>
<DIV class=moz-signature>-- <BR><SPAN 
style="FONT-SIZE: 10px; COLOR: rgb(153,153,153); FONT-FAMILY: verdana,tahoma,arial"><BR><BR>Mit 
freundlichen Grüßen<BR><BR>Volkmar Emberger<BR>Diplomand<BR><BR>e-tecture 
GmbH<BR>Hirschstraße 2<BR>76133 Karlsruhe<BR><BR>Tel: +49 721 570458-17<BR>Fax: 
+49 721 1205468<BR><A style="COLOR: rgb(160,20,20)" 
href="mailto:volkmar.emberger@e-tecture.com">volkmar.emberger@e-tecture.com</A><BR><A 
style="COLOR: rgb(160,20,20)" 
href="http://www.e-tecture.com">www.e-tecture.com</A><BR><BR>e-tecture 
GmbH<BR>Darmstädter Landstraße 112<BR>60598 Frankfurt am Main<BR>Amtsgericht 
Frankfurt am Main<BR>HRB 56449<BR>Gesellschaft mit Sitz in Frankfurt am 
Main<BR>Geschäftsführer: Christian Schwab<BR><BR>Diese e-Mail enthaelt 
vertrauliche und/oder rechtlich geschuetzte Informationen.<BR>Wenn Sie nicht der 
richtige Adressat sind oder diese e-Mail irrtuemlich erhalten<BR>haben, 
informieren Sie bitte sofort den Absender und vernichten Sie diese e-Mail. 
<BR>Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser e-Mail ist 
nicht gestattet.<BR><BR>This e-Mail may contain confidential and/or privileged 
information. If you are not<BR>the intended recipient (or have received this 
e-Mail in error) please notify the sender<BR>immediately and destroy this e- 
Mail. Any unauthorized copying, disclosure or<BR>distribution of the material in 
this e-Mail is strictly forbidden.<BR></SPAN></DIV></BODY></HTML>