java - How to add navigation case for Virtual directory -
java - How to add navigation case for Virtual directory -
in app, have virtual directory store files downloading. wanted create <h:button> outcome="<virtual-directory-url>/<file-name>" download file. however, ran error navigation case not resolved.
i'd grateful if show me how should tackle problem.
best regards,
james tran
i found solution: combination of <h:outputlink> , <h:button> do. should this:
<h:outputlink value="<virtual-directory-url>/<file-name>"> <h:button value="download" /> </h:outputlink> java jsf-2 navigation ejb-3.0
Comments
Post a Comment