Problem in Node Storing in multifield in touch UI | Community
Skip to main content
New Participant
February 22, 2018
Solved

Problem in Node Storing in multifield in touch UI

  • February 22, 2018
  • 5 replies
  • 2312 views

Hi,
I am facing a problem while saving the multifield values in Node Format in Touch UI. I want to change the name of the child nodes which I am not able to do
eg:- The child nodes created are stored with names item0, item1 but I want the names to be item_0 and item_1. Please help.

I am using the sling:resourceType :granite/ui/components/coral/foundation/form/multifield

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

See this article - the MF values save fine when using granite/ui/components/coral/foundation/form/multifield on AEM 6.3.

Adobe Experience Manager Help | Creating a HTL Repeating Data Set 6.3 Component that uses Sling Models

And I would recommend very Strongly - do NOT modify the way the system saves the nodes.

5 replies

New Participant
February 23, 2018

Thanks!

New Participant
February 23, 2018

smacdonald2008​ Thanks!

Ratna_Kumar
New Participant
February 22, 2018

Hi Akanksha,

Yes Scott is right. It is strongly recommended not to modify the name of nodes.

Also, changing the node name serves no purpose and it will break the functionality.

Thanks,

Ratna Kumar.

smacdonald2008
New Participant
February 22, 2018

I just installed the package on 6.3 and you can see the MF values work fine.

Once again - the way AEM stores multifield data is Not a Problem. Its the way AEM works.  it's strongly recommended that you do not modify the node names of where the data is stored.

smacdonald2008
smacdonald2008Accepted solution
New Participant
February 22, 2018

See this article - the MF values save fine when using granite/ui/components/coral/foundation/form/multifield on AEM 6.3.

Adobe Experience Manager Help | Creating a HTL Repeating Data Set 6.3 Component that uses Sling Models

And I would recommend very Strongly - do NOT modify the way the system saves the nodes.