I'm developing a custom portlet like the Asset Publisher OOB Liferay but my portlet have to show all types of Contents (Published, expired, save as draft etc etc).
My problem is that I'm not be able to open my jsp with the Content in a new page like Asset Publisher does, because naturally i open the content in the same space where the portlet is deployed.
https://domain/-/ContentTitle.
But if i try to go this type of URL trouhgt my porlet, i receive the error "Resource not found"
Could anyone help me to replicate this funcionality of the Asset Publisher of Liferay?
Thanks in advance