Hi,

I don't know the best way but we just created error404.html which forwards to the home page. Notice that several lines of dots - they make the response bigger than 512Kb, so IE doesn't show it's friendly 404 page. Please share your expirience if you have a better way to handle it :-)

<html>
<head>
   <meta http-equiv="Refresh" content="0; url=/main">
</head>
<body>
<p style="display:none">
................................................................................................ ................................................................................................ ................................................................................................ ................................................................................................ ................................................................................................ ................................................................................................
</p>
</body>
</html>


chickabee wrote:
Hi Guys,
What is the preferred strategy for  customization of error page under HTTP
404 - File not found  situations, any helpful pointer will be appreciated.

At present i have used error directive in web.xml and I wonder how should i
go about it, if i want to handle this from within wicket.

Thanks




--
Andrew Klochkov


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

Reply via email to