Posts by Israel Ruiz • 1 point
1 post
-
0
votes2
answers303
viewsA: Backing bind with JSF components
The information of creating the getters and setters worked. The end of the Nomesbean class looked like this: public HtmlInputText getInputNome() { return inputNome; } public void…