You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by sri <sm...@gmail.com> on 2006/07/17 23:16:14 UTC

forward to a different page when there are validation errors

Hi

   I need to trap the validation errors on some pages and redirect to a
different page, that is only when a particular button is pressed on that
page. If other buttons are pressed on that page the default behaviour will
happen. How do I trap the validation errors just before the page is rendered
and then forward to a different page ?

TIA