i want to put a predefined portlet from code (like Album, Document Library, Calendar, etc) into my own jsp portlet. I have some HTML code and for example I wanna put it inside a “div” or “td” tag.
I’ve been searching and there is no results of this topic.
So I dont know even if this is allowed with Liferay’s portlets or what.
Thanks!
It’s not too simple, but you might want to look at a portlet called NestedPortlet that does exactly that and inspect it. Also, Bert Willems has written a nice article about this topic.