Expand my Community achievements bar.

SOLVED

What is the difference between the property name="nameRashid" and name="./nameRashid"?

Avatar

Level 5

How property name="nameRashid" and name="./nameRashid" are different from each other? Is there any technical difference or both are same? What is the recommended way to provide name to a node in AEM?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

when you add property name it is location where your item value would be store.

So if you say property name ./nameRashid means you are going to store this property value at currentResource/nameRashid.

If your property name is nameRashid, it is not going to store value anywhere.

Thanks

Arun



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

when you add property name it is location where your item value would be store.

So if you say property name ./nameRashid means you are going to store this property value at currentResource/nameRashid.

If your property name is nameRashid, it is not going to store value anywhere.

Thanks

Arun



Arun Patidar

Avatar

Level 10

Hi Rashid,

Yes If you give property name = "nameRashid", it is not going to store anywhere.

If you give property name = "./nameRashid", then it will be going to store value in JCR repository.

Hope this helps!!

Thanks,

Ratna Kumar.