Skip to content

Instantly share code, notes, and snippets.

@NagyGa1
Created December 21, 2015 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NagyGa1/a9506822b364d7109d7d to your computer and use it in GitHub Desktop.
Save NagyGa1/a9506822b364d7109d7d to your computer and use it in GitHub Desktop.
Open new window by POST using h:commandButton
http://stackoverflow.com/a/11631563/2772979
<h:commandButton value="Open in new Window" onclick="this.form.target='_blank'" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment