Expand my Community achievements bar.

SOLVED

Problem with a container component

Avatar

Level 6

Hi again...

I copied existing container component to a new component.

The old one is perfectly is a container.

But my new component is behaving as a container

I see all the settings are the same.

Could you please point to what did I miss?

1 Accepted Solution

Avatar

Correct answer by
Level 6

hi.

I found that I deleted this part from JSP

<cq:include path="...." resourceType="foundation/components/parsys"/>

 

that is why it was not working...

 

thank you a lot for discussing here with me this issue so that I could see my mistake.

View solution in original post

5 Replies

Avatar

Level 10

Please provide more details - did you copy an OOTB component and if so - which one. Did you change any props or modify it in any other way. 

Avatar

Level 6

hi. thank you for writing back.

Yes I copied the whole component  inside CRXDE Lite and paste it, then renamed it.

Changed JSP but no significant changes. just deleted <ul> that I don't need.

 

Well should I just again copy the original component and make small changes? and test it in each step.

Avatar

Level 6

hi again.

So I just copied that working container component and just renamed it and his title.

Then tested it inside the page to edit it.

Included a new component in Design parsys.

Dropped inside the place. I can see the edit bar, but I don't see the area.

Avatar

Level 10

So we can reduplicate your steps - what component are you overlaying? 

Avatar

Correct answer by
Level 6

hi.

I found that I deleted this part from JSP

<cq:include path="...." resourceType="foundation/components/parsys"/>

 

that is why it was not working...

 

thank you a lot for discussing here with me this issue so that I could see my mistake.