0

<p:commandLink  ajax="false" value="#{eas_details.documentuploadedname}" >

 <p:fileDownload value="#{easdocchecklistinfoMB.file}" />

unable to get the value of which link is clicked by user in my mb.

user2413093
  • 1
  • 2
  • 3

1 Answers1

0

Use <f:setPropertyActionListener target="" value="">, which if nested in <p:commandLink> or <p:commandButton> will inject the a value into the provided target.

klimpond
  • 756
  • 8
  • 15