Hi, How to handle missing jsp pages so one does not get errors? Not all these elements have ignore attributes, so how to handle them? Some of these are in defs.xml and some are in the regular jsp files.
1. on the putlist listed under <item value=... links=.../> 2. on the putlist added via <add value=".."/> My problem is if these were missing at start of tomcat, no exceptions are displayed, but upon adding the "missing" jsp -- they get displayed okay. But now if I delete this jsp file again, NO exception is thrown but the old image is still displayed even though the jsp is missing now. Why? (as if the jsp did not get recompiled, I expect recompilation if there is a missing jsp page). I can think of a scenario that in a live environment jsp pages are moved/removed from a page and it should not throw an exception or display an older page (if the included page has been removed). Thanks in advance. aps __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

