OT?:Can't include .js file on jsp page controlled by front contro ller servlet

2004-01-12 Thread Januski, Ken
I may be getting in over my head here as I'm really not all that familiar
with patterns. And I'm not sure that the pattern has anything to do with
problem. But I have a controller servlet through which all web requests must
pass. It has worked fine as is. Until I tried to include a .js file on a jsp
page. In that case it seems to either print it out to page, rather than
execute it, or it tries to use requestDispatcher portion of controller
servlet to forward/include it. Normally the requestDispatcher forwards
request to the requested page after it checks to see if user is logged in.
But now it seems to go into an infinite loop when forwarding. And  I guess
it's trying to use requestDispather.include because the .js resource is
included via a src='http:...'  request. I know that this is a very vague
question but I wonder if anyone has any clues as to where the problem might
lie or what I can start experimenting with.


Re: OT?:Can't include .js file on jsp page controlled by front contro ller servlet

2004-01-12 Thread pete . storey
A JavaScript include is a purely HTML thing - it shouldnt be processed in 
any way by the server.  You can do it by going:

script language=JavaScript src=xyz.js/script

cheers
Pete

Kiss Technologies

http://www.kisstechnologies.co.uk/

4, Percy Street
London
W1T 1DF

Phone numbers:

Phone 020 7692 9922
Fax 020 7692 9923




Januski, Ken [EMAIL PROTECTED]
12/01/2004 16:58
Please respond to Tomcat Users List
 
To: Tomcat Users List [EMAIL PROTECTED]
cc: 
Subject:OT?:Can't include .js file on jsp page controlled 
by front contro ller servlet


I may be getting in over my head here as I'm really not all that familiar
with patterns. And I'm not sure that the pattern has anything to do with
problem. But I have a controller servlet through which all web requests 
must
pass. It has worked fine as is. Until I tried to include a .js file on a 
jsp
page. In that case it seems to either print it out to page, rather than
execute it, or it tries to use requestDispatcher portion of controller
servlet to forward/include it. Normally the requestDispatcher forwards
request to the requested page after it checks to see if user is logged in.
But now it seems to go into an infinite loop when forwarding. And  I guess
it's trying to use requestDispather.include because the .js resource is
included via a src='http:...'  request. I know that this is a very vague
question but I wonder if anyone has any clues as to where the problem 
might
lie or what I can start experimenting with.

email protected and scanned by AdvascanTM - keeping email useful - 
www.advascan.com