Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

cq:panel inside another cq:panel

Avatar

Level 4

Hi,

is it possible to have a cq:panel inside another cq:panel what I want to to achieve is when I open up a dialog box I get 2 panels and inside each panels I get 3 panels

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

According to the CQ documentation:

"Panels can be easily dropped into any Container or layout, and the layout and rendering pipeline is completely managed by the framework.

According to the documentation, you can nest panels.

http://dev.day.com/docs/en/cq/5-3/widgets-api/index.html?class=CQ.Ext.Panel

Hope this helps you.  

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

According to the CQ documentation:

"Panels can be easily dropped into any Container or layout, and the layout and rendering pipeline is completely managed by the framework.

According to the documentation, you can nest panels.

http://dev.day.com/docs/en/cq/5-3/widgets-api/index.html?class=CQ.Ext.Panel

Hope this helps you.