Posts by Marcos Ferreira • 19 points
1 post
-
1
votes1
answer603
viewsA: Passing JS variable to Managedbean
You can manipulate the DOM to do what you need, follow an example: <h:form id="formId"> <h:inputHidden id="x" value="#{bean.x}" /> <h:inputHidden id="y" value="#{bean.y}" />…