I want to create command button in JSF page. When I press it I want to open a new page and send a value using using the http. I tested this h:commnadButton
but it's not working.
<h:commandButton id="lnkHidden" value=" Edit User " action="EditAccountProfile.jsf">
<f:param name="id" value="#{item.userid}" />
</h:commandButton>