Hey, I have an uncommon problem for the JSP Java guys here: Problem: The user wants to download a zip archive of the website that can run off file:/// protocol. The website requires navigation. Managing the navigation should normally be done with server-side code (JSP).
Solution 1: hand code all the links. This works, but it's a pain. Solution 2: build JSP. This does not run on file:/// what approaches can build JSP into static HTML files? is there a way to do this using ANT? Thanks, Garrett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]