
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
Hi,
Is
this a legitimate way of checking postback request?
public static boolean isPostBack()
{
return
FacesUtil.getFacesContext().getRenderKit().getResponseStateManager().isPostback(getFacesContext());
}
Thanks,
Guy.