| Author |
Tiles - problem with .Js
|
Pramoda Bhat
Ranch Hand
Joined: Oct 17, 2003
Posts: 32
|
|
I've been trying to use tiles.. I have a header.jsp, where I need to import a .js file, which has my Menus. I tried giving it this way.. <Script language="javaScript" src="<%=request.getContextPath()%>/cssStyle/menu.js"></Script> It is not working!!! Any help?
|
 |
Eric Sexton
Ranch Hand
Joined: Sep 12, 2003
Posts: 133
|
|
|
Are you sure that you need the scriptlet to get the context path? I'm sure that your problem is with the src" " portion. Everything else looks fine there.
|
 |
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
|
|
Try removing the request.getContextPath() method call and adding the <html:base/> tag at the top of the page. [ November 13, 2003: Message edited by: Matthew Phillips ]
|
Matthew Phillips
|
 |
Pramoda Bhat
Ranch Hand
Joined: Oct 17, 2003
Posts: 32
|
|
Thanks, The problem wasn't with the code at all..!!! It was with the javaScript itself.. Sorry for the trouble
|
 |
 |
|
|
subject: Tiles - problem with .Js
|
|
|