It looks like you are using xml jsp syntax in your jsps. If that's the
case, you have to put a comment node (<!-- -->) in the <script ...> tag
to prevent the tag from being collapsed to <script .../> which doesn't
work in browsers.
--David
bjousse wrote:
Hi,
I am using Eclipse 3.3, Tomcat 6.0.14 and Struts, tunning in dev mode I have
a JPS file where i am making an error :
everything I put after
the <script src=......> </script> is suppressed unil the <title>
I have 3 CSS, 3 js and dome inline code. I tried movin them arond, but
everything disappears after the fir javascript...
Any ideas ?
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1" />
<link rel="stylesheet" href="./styles/geoprev.css" type="text/css"
media="print, projection, screen" />
<link rel="stylesheet" href="./jquery/jquery.tabs.css"
type="text/css" media="print, projection, screen" />
<script language="javascript" src="./script/md5.js"
type="text/javascript"> </script>
<script language="javascript" src="./jquery/jquery-1.1.3.1.pack.js"
type="text/javascript"> </script>
<script language="javascript" src="./jquery/jquery.tabs.pack.js"
type="text/javascript"> </script>
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]