<h:outputText value="#{student.name}" />
<p:commandButton value="View" icon="ui-icon-extlink" actionListener="#{dialogView.show}" />
How to pass the parameter "student.name" into the DialogView class?
<h:outputText value="#{student.name}" />
<p:commandButton value="View" icon="ui-icon-extlink" actionListener="#{dialogView.show}" />
How to pass the parameter "student.name" into the DialogView class?