Hi,

 

Is this a legitimate way of checking postback request?

 

  public static boolean isPostBack()

  {

    return
FacesUtil.getFacesContext().getRenderKit().getResponseStateManager().isPostb
ack(getFacesContext());

  }

 

Thanks,

Guy.

Reply via email to