Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How to create Same name siblings

Avatar

Level 2

Hi Team,

I am trying to implement same name siblings concept. am unable to do that. I want to create two child nodes with same name to a parent node.

I gone through below links. But they are not helpful to me..

http://www.day.com/specs/jcr/2.0/22_Same-Name_Siblings.html

http://dev.day.com/docs/en/crx/current/developing/data_modeling.html

Can any one please help me on the same.

Thanks in advance.

 

Regards,

Prasad.

1 Accepted Solution

Avatar

Correct answer by
Employee

Don't use SNS. See http://wiki.apache.org/jackrabbit/DavidsModel#Rule_.234:_Beware_of_Same_Name_Siblings.

If you must, you'll need to provide more information on exatly what isn't working.

Justin

View solution in original post

2 Replies

Avatar

Level 10

Can you please provide more information, You want to create 2 child nodes with the same name as a parent node:

A
....B
....C
     .....<> // you want to create two nodes at this lvl with name of the parent C? 
     ......<>

Avatar

Correct answer by
Employee

Don't use SNS. See http://wiki.apache.org/jackrabbit/DavidsModel#Rule_.234:_Beware_of_Same_Name_Siblings.

If you must, you'll need to provide more information on exatly what isn't working.

Justin