hi all,


I have problems sending the user to an error page. It seems that it works 
with error codes but not with exceptions.
Look at the code below. When the StudioNoEJBException is thrown I get send 
to the error.jps page, not the errorlogin.jsp.
And when I take out the error page for 445, I see the bare orion error message.

Why won't it work with the exceptions??

I'm using orion 1.5.2 on windows2000



<error-page>
     <exception-type>com.lostboys.studio.engine.StudioNoEJBException</exception-type>
     <location>errorlogin.jsp</location>
   </error-page>
   <error-page>
     <error-code>445</error-code>
     <location>error.jsp</location>
</error-page>


Dirk de Kok - Senior Internet Developer
Lost Boys interactive
Herengracht 410
1017BX Amsterdam, The Netherlands
Phone:+31(0)20 535 6161
Fax:    +31(0)20 535 6160
http://www.lostboys.nl





Reply via email to