Hi,

Can u plz illustrate this with example code?
Node nod = root.addNode("par7");
Node chld = nod.addNode("chld1");

wht do I need to do in order to ensure 'chld1' can't be added again?

Regards,
Vijay


saurav gangulyy wrote:
> 
> Hi,
> 
> Is there anyway to prevent node from having same name siblings?
> 
> Regards,
> Vijay
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-disallow-node-from-having-same-name-siblings--tp17358205p17358876.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to