Hi,



aps olute wrote:


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=".."/>

 You can handle them when you insert them in the layout:
<tiles:insert attribute=".." ignore="true" />


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).


Looks like a container problem: your container doesn't detect the deleted jsp, and use the existing generated java code.
What server do you use ?


Cedric

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]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to