Chentzen

Greenhorn
+ Follow
since Sep 24, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Chentzen

My code:
The jsp
<html>
<body>
<jsp:include page="/path/to/includetest.html" flush="true"/>
<body>
</html>
includetest.html
<b>Hello jsp include</b>
Thats it
Using Tomcat 3.1
Thanks for the help.
And sheriff I read that post I'll change my name (give me a day I'm kinda busy )
23 years ago
Hello,
I have beat my head against the wall for far too long and still have no definite answers to this problem. I use a simple <jsp:include..flush="true"/> tag in a simple fifteen line .jsp. Every single time i get Error 500: IllegalStateException: Repsonse has already been commited. I don't want to use <@include...%> cause of the modification update hassles. I do not get the response (explicitly) anywhere else on the page.
Has anyone ever got this to work?
If so please post code snippets and name and version of web server your using.
I think Sun is just playing with us and you can't really include anything in jsps
Please respond or I'm libel to go postal here
23 years ago
Thanks a lot I came to the same conclusion.
23 years ago
I have an application in which:
Frame1 issues the request.
Servlet does it's thing.
Frame1,Frame2,Frame3 need to be updated based upon Servlet data.
I don't know how to get multiple frames to be updated by one servlet. Any ideas will be helpful I'm at a loss right now.
Thanks in advance.
23 years ago