<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Nested Multifield using generator in Adobe Experience Manager Discussions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539369#M35052</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17571802"&gt;&lt;/LI-USER&gt;&amp;nbsp;, I'm not sure how far AEM Component Generator helps for building Nested Multifield.&lt;/P&gt;
&lt;P&gt;I recommend following these simple steps from an article by my colleague&amp;nbsp;&lt;LI-USER uid="17330494"&gt;&lt;/LI-USER&gt;&amp;nbsp;.&amp;nbsp;&amp;nbsp;&lt;A href="https://allaembykiran.wordpress.com/2021/01/13/nested-multi-field/" target="_self"&gt;https://allaembykiran.wordpress.com/2021/01/13/nested-multi-field/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
    jcr:primaryType="nt:unstructured"
    jcr:title="Nested Multifield"
    sling:resourceType="cq/gui/components/authoring/dialog"&amp;gt;
    &amp;lt;content
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/foundation/container"&amp;gt;
        &amp;lt;layout
            jcr:primaryType="nt:unstructured"
            sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns"
            margin="{Boolean}false"/&amp;gt;
        &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
            &amp;lt;column
                jcr:primaryType="nt:unstructured"
                sling:resourceType="granite/ui/components/foundation/container"&amp;gt;
                &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
                    &amp;lt;firstMF
                        jcr:primaryType="nt:unstructured"
                        sling:resourceType="granite/ui/components/foundation/container"&amp;gt;
                        &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
                            &amp;lt;files
                                granite:class="multifield-class"
                                granite:data="multifielddata"
                                jcr:primaryType="nt:unstructured"
                                sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
                                class="full-width"
                                composite="{Boolean}true"
                                fieldLabel="First Multi Field"
                                validation="multi-validate"&amp;gt;
                                &amp;lt;field
                                    jcr:primaryType="nt:unstructured"
                                    sling:resourceType="granite/ui/components/coral/foundation/container"
                                    name="./firstMF"&amp;gt;
                                    &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
                                        &amp;lt;heading
                                            jcr:primaryType="nt:unstructured"
                                            sling:resourceType="granite/ui/components/foundation/form/textfield"
                                            fieldLabel="Heading"
                                            name="./heading"
                                            required="{Boolean}true"/&amp;gt;
                                        &amp;lt;secondMF
                                            jcr:primaryType="nt:unstructured"
                                            sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
                                            composite="{Boolean}true"
                                            fieldLabel="Second Multi Field"&amp;gt;
                                            &amp;lt;field
                                                jcr:primaryType="nt:unstructured"
                                                sling:resourceType="granite/ui/components/coral/foundation/container"
                                                name="./secondMF"&amp;gt;
                                                &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
                                                    &amp;lt;label
                                                        jcr:primaryType="nt:unstructured"
                                                        sling:resourceType="granite/ui/components/foundation/form/textfield"
                                                        fieldLabel="Link - Label"
                                                        name="./label"
                                                        required="{Boolean}false"/&amp;gt;
                                                    &amp;lt;url
                                                        jcr:primaryType="nt:unstructured"
                                                        sling:resourceType="granite/ui/components/foundation/form/pathbrowser"
                                                        fieldLabel="URL"
                                                        name="./url"
                                                        required="{Boolean}false"
                                                        rootPath="/content"/&amp;gt;
                                                &amp;lt;/items&amp;gt;
                                            &amp;lt;/field&amp;gt;
                                        &amp;lt;/secondMF&amp;gt;
                                    &amp;lt;/items&amp;gt;
                                &amp;lt;/field&amp;gt;
                            &amp;lt;/files&amp;gt;
                        &amp;lt;/items&amp;gt;
                    &amp;lt;/firstMF&amp;gt;
                &amp;lt;/items&amp;gt;
            &amp;lt;/column&amp;gt;
        &amp;lt;/items&amp;gt;
    &amp;lt;/content&amp;gt;
&amp;lt;/jcr:root&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;Hope this Helps,&lt;/P&gt;
&lt;P&gt;~Aditya.Ch&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2022 15:59:16 GMT</pubDate>
    <dc:creator>Aditya_Chabuku</dc:creator>
    <dc:date>2022-08-04T15:59:16Z</dc:date>
    <item>
      <title>Nested Multifield using generator</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539311#M35049</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I would like to know if it is possible to create a nested multiflied using generator. I tried this and failed. Is there a specific command for this case?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 13:11:10 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539311#M35049</guid>
      <dc:creator>palomacha1001</dc:creator>
      <dc:date>2022-08-04T13:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Multifield using generator</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539332#M35050</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can let us know which generator have you used? There is no such tool provided OOTB.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 14:23:36 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539332#M35050</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2022-08-04T14:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Multifield using generator</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539336#M35051</link>
      <description>&lt;DIV class="message-2CShn3 cozyMessage-1DWF9U wrapper-30-Nkg cozy-VmLDNB zalgo-26OfGz" tabindex="-1" role="article" data-list-item-id="chat-messages___chat-messages-1004757768118485052" aria-setsize="-1" aria-roledescription="Mensagem" aria-labelledby="message-username-1004757725042978850 uid_1 message-content-1004757768118485052 uid_2 message-timestamp-1004757768118485052"&gt;
&lt;DIV class="contents-2MsGLg"&gt;
&lt;DIV id="message-content-1004757768118485052" class="markup-eYLPri messageContent-2t3eCI"&gt;AEM Component Generator&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Aug 2022 14:30:09 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539336#M35051</guid>
      <dc:creator>palomacha1001</dc:creator>
      <dc:date>2022-08-04T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Multifield using generator</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539369#M35052</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17571802"&gt;&lt;/LI-USER&gt;&amp;nbsp;, I'm not sure how far AEM Component Generator helps for building Nested Multifield.&lt;/P&gt;
&lt;P&gt;I recommend following these simple steps from an article by my colleague&amp;nbsp;&lt;LI-USER uid="17330494"&gt;&lt;/LI-USER&gt;&amp;nbsp;.&amp;nbsp;&amp;nbsp;&lt;A href="https://allaembykiran.wordpress.com/2021/01/13/nested-multi-field/" target="_self"&gt;https://allaembykiran.wordpress.com/2021/01/13/nested-multi-field/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
    jcr:primaryType="nt:unstructured"
    jcr:title="Nested Multifield"
    sling:resourceType="cq/gui/components/authoring/dialog"&amp;gt;
    &amp;lt;content
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/foundation/container"&amp;gt;
        &amp;lt;layout
            jcr:primaryType="nt:unstructured"
            sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns"
            margin="{Boolean}false"/&amp;gt;
        &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
            &amp;lt;column
                jcr:primaryType="nt:unstructured"
                sling:resourceType="granite/ui/components/foundation/container"&amp;gt;
                &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
                    &amp;lt;firstMF
                        jcr:primaryType="nt:unstructured"
                        sling:resourceType="granite/ui/components/foundation/container"&amp;gt;
                        &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
                            &amp;lt;files
                                granite:class="multifield-class"
                                granite:data="multifielddata"
                                jcr:primaryType="nt:unstructured"
                                sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
                                class="full-width"
                                composite="{Boolean}true"
                                fieldLabel="First Multi Field"
                                validation="multi-validate"&amp;gt;
                                &amp;lt;field
                                    jcr:primaryType="nt:unstructured"
                                    sling:resourceType="granite/ui/components/coral/foundation/container"
                                    name="./firstMF"&amp;gt;
                                    &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
                                        &amp;lt;heading
                                            jcr:primaryType="nt:unstructured"
                                            sling:resourceType="granite/ui/components/foundation/form/textfield"
                                            fieldLabel="Heading"
                                            name="./heading"
                                            required="{Boolean}true"/&amp;gt;
                                        &amp;lt;secondMF
                                            jcr:primaryType="nt:unstructured"
                                            sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
                                            composite="{Boolean}true"
                                            fieldLabel="Second Multi Field"&amp;gt;
                                            &amp;lt;field
                                                jcr:primaryType="nt:unstructured"
                                                sling:resourceType="granite/ui/components/coral/foundation/container"
                                                name="./secondMF"&amp;gt;
                                                &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
                                                    &amp;lt;label
                                                        jcr:primaryType="nt:unstructured"
                                                        sling:resourceType="granite/ui/components/foundation/form/textfield"
                                                        fieldLabel="Link - Label"
                                                        name="./label"
                                                        required="{Boolean}false"/&amp;gt;
                                                    &amp;lt;url
                                                        jcr:primaryType="nt:unstructured"
                                                        sling:resourceType="granite/ui/components/foundation/form/pathbrowser"
                                                        fieldLabel="URL"
                                                        name="./url"
                                                        required="{Boolean}false"
                                                        rootPath="/content"/&amp;gt;
                                                &amp;lt;/items&amp;gt;
                                            &amp;lt;/field&amp;gt;
                                        &amp;lt;/secondMF&amp;gt;
                                    &amp;lt;/items&amp;gt;
                                &amp;lt;/field&amp;gt;
                            &amp;lt;/files&amp;gt;
                        &amp;lt;/items&amp;gt;
                    &amp;lt;/firstMF&amp;gt;
                &amp;lt;/items&amp;gt;
            &amp;lt;/column&amp;gt;
        &amp;lt;/items&amp;gt;
    &amp;lt;/content&amp;gt;
&amp;lt;/jcr:root&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;Hope this Helps,&lt;/P&gt;
&lt;P&gt;~Aditya.Ch&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 15:59:16 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539369#M35052</guid>
      <dc:creator>Aditya_Chabuku</dc:creator>
      <dc:date>2022-08-04T15:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Multifield using generator</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539383#M35055</link>
      <description>&lt;P&gt;I think you can raise questions at&amp;nbsp;&lt;A href="https://github.com/adobe/aem-component-generator/issues" target="_blank"&gt;https://github.com/adobe/aem-component-generator/issues&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 16:36:28 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539383#M35055</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2022-08-04T16:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Multifield using generator</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539396#M35056</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 17:26:03 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/nested-multifield-using-generator/m-p/539396#M35056</guid>
      <dc:creator>palomacha100</dc:creator>
      <dc:date>2022-08-04T17:26:03Z</dc:date>
    </item>
  </channel>
</rss>

