« Return to Thread: Postback

Postback

by bashan :: Rate this Message:

Reply to Author | View in Thread

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.

 « Return to Thread: Postback