Is it possible to create a few portlets inside a portlet? I mean a multilevel portlet.
相关问题
- Is it possible in Liferay to add custom Resource-A
- Display data from Custom Query(Joined tables) in l
- Error in calling CMIS Query if String contains sin
- same bean id on different xml file, will it merge?
- Liferay With Multiple Server Instances
相关文章
- How to create a Liferay 7 structure programmatical
- How to migrate Liferay portal from one windows mac
- How do I get Sites of which the user is a member i
- Liferay 7 not able to set the global session attri
- Liferay concatenate and compress javascript
- Liferay Portlet: How to generate service.xml (serv
- Severe security constraints while tomcat 8 startup
- Set Liferay Hook on session timeout
Yes, definately, you can have portlet within portlet.
Liferay provides taglib, thru which you can easily embed different util portlets (web content display, breadcrumb, navigation etc) within portlet
No you can't have portlet within portlet, its similar to having servlet within servlet...
Yes. You can use the Nested Portlet to this purpose. This is a layout container for other portlets. You can choose the wanted layout in the configuration.
Assuming that you are talking about a framework, a platform or something similar, yes, it's possible. Look if your framework have a kind of Nested-portlet. I'm using the liferay platform, and they offer an implementation of Nested Portlet.