JSF Opening TIF file from server/local machine.
796588Jun 29 2009 — edited Jul 2 2009
<h:commandLink id="sig" value="#{OprInst.signid}" onclick="window.open('/testposting/signature/51414.tif')"/>
1) I would like to parameterize the .tif file name,instead of hardcoding the value(51414.tif), How to perform the same.?
2) Which is the best way of storing the image retrieved from DB? Either in appserver or at client machine and delete the same after viewing.