Created
May 8, 2017 10:55
-
-
Save mcihad/58b247d6dcadb3963a52d88f096a310c to your computer and use it in GitHub Desktop.
How to get url parameter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<f:metadata> | |
<f:viewParam name="CustomerID" value="#{customerBean.customerId}" /> | |
<f:event listener="#{customerBean.loadData()}" type="preRenderView" /> | |
</f:metadata> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment