(d) The two command buttons below produce the same navigation:
Posted: Fri May 20, 2022 12:19 pm
(d) The two command buttons below produce the same navigation: <h:commandButton value="Submitl" action="result" /> <h:commandButton value="Submit2" action="#{jsfBean.getResult()}" /> Explain how these two different lines can produce the same navigation. [6 marks]
Posted: Fri May 20, 2022 12:19 pm
(d) The two command buttons below produce the same navigation: <h:commandButton value="Submitl" action="result" /> <h:commandButton value="Submit2" action="#{jsfBean.getResult()}" /> Explain how these two different lines can produce the same navigation. [6 marks]