Hi,
Is this a legitimate way of checking postback request?
public static boolean isPostBack()
{
return
FacesUtil.getFacesContext().getRenderKit().getResponseStateManager().isPostb
ack(getFacesContext());
}
Thanks,
Guy.
Hi,
Is this a legitimate way of checking postback request?
public static boolean isPostBack()
{
return
FacesUtil.getFacesContext().getRenderKit().getResponseStateManager().isPostb
ack(getFacesContext());
}
Thanks,
Guy.