my question is about Liferay hooks and portlets 6.0.
I have hook with jsps overiding liferay portlet ones. e.g. document_library/view.jsp - tested - works fine. (I have custom-jsp-dir set etc )
Now I want to create my portlet in this hook, which at the end renders hook's document_library/view.jsp.
But I get error:
org.apache.jasper.JasperException: /WEB-INF/html/portlet/document_library/view.jsp(17,1) File "/html/portlet/document_library/init.jsp" not found
I didn't create init.jsp - I want this hook to use Liferay document_library original one.
Can you help me?
I asked also here http://www.liferay.com/community/forums/-/message_boards/message/9583788
Thank you