Hi all,
How to customise/redirect to a error page when there is a http status error page like
error 404, 403?
i tried to put the code below at my portlet web.xml but not seems to work.
<error-page>
<error-code>403</error-code>
/error/error.jsp
</error-page>
Any suggestions?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170247#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...