
Nuggets behind by 6 at halftime.

Light Rail to the Nuggets game.
Everyone keeps saying that Panther is much faster than Jaguar. So let's get some real world proof. I'm looking to run 2-4 tests on my top-o-the-line Powerbook - first on Jaguar (today) and then on Panther after I upgrade (tomorrow). Hook me up with your suggestions!
I posted the following message to the taglibs-user mailing list, but thought I'd do it here as well - since I know I have some smart readers.
I have a requirement to allow reading of "assets" for a website from a local CD. These assets might be images, flash movies, html/text pages, etc. I've got everything working but rendering html/text. When I do the rendering of text/html online, I use <c:import url="/assets/filename.html"/>, and offline, I do <c:import url="file:///e:/assets/filename.html"/>. I can enter this fine in Mozilla and the page will come up, but JSTL's c:import tag says it can't find the file.
2 questions:
1. Can I use c:import to import a local HTML file onto a page?
2. If not, is there any way to do this?
Any ideas?