Bonjour,
j'utilise jsf avec websphere 6.1, j'ai défini dans le fichier de deploiement la page d'erreur 500. j'ai crée une page d'erreur dans WEB-INF.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
<error-page>
	<error-code>500</error-code>
<location>/WEB-INF/error.jsp</location>
</error-page>
j'ai forcé l'exception PropertyNotFoundException pour avoir cette page,mais ça ne marche pas. il me sort une page en me disant
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description of the problem with the specified error page.
si quelqu'un a une idée?
merci par avance