Hi, I am new to alfresco and I was trying to extend the browse panel such that when an image content was clicked, a PDF file will be generated based on the original image but with a watermark on it. I was able to do this using a managed bean and Ijust call it via the actionListener of the actionLink tag inside "browse.jsp".
My problem here is that after I streamed the PDF file using ServletOutputStream via ExternalContext the links in the Navigator Panel and links on breadcrumbs always points to the generated PDF file. I tried calling some methods of the UIContext hoping that the links would be updated after I streamed the file but to no avail. Anyone who could help me on this matter?
Many Thanks.
rcheng