Guy Bashan schrieb:
>
> Hi,
>
>
>
> Is this a legitimate way of checking postback request?
>
>
>
> public static boolean isPostBack()
>
> {
>
> return
> FacesUtil.getFacesContext().getRenderKit().getResponseStateManager().isPostback(getFacesContext());
>
> }
>Yep, that's the correct public API as far as I know (btw, it is JSF1.2 or later).

