I want to send parameter with action in jsf ,my code in jsp page is:
<h:commandLink action="#{personBean.delete}">
<f:param name="selectpersonalid" value="#
{items.personalid}"/>
<h:outputText value="Delete"/>
</h:commandLink>
and I wrote the function in manageBean for get parameter:
(String) FacesContext.getCurrentInstance().getExternalContext
().getRequestParameterMap().get("selectpersonalid");
But when run program ,error appered
I give parameter from list in datatable.
and
I need ebooks about jsf,which site I can download ebook about jsf?