Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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?
Solved! Go to Solution.
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
View solution in original post
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.
Views
Likes
Replies