<?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: Content Fragment with Multifield in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/content-fragment-with-multifield/m-p/461624#M133164</link>
    <description>&lt;P&gt;Yes, &lt;LI-USER uid="17518938"&gt;&lt;/LI-USER&gt;, without this multifield, CF working fine.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jul 2022 15:44:08 GMT</pubDate>
    <dc:creator>pradeepmoolemane</dc:creator>
    <dc:date>2022-07-19T15:44:08Z</dc:date>
    <item>
      <title>Content Fragment with Multifield</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/content-fragment-with-multifield/m-p/461616#M133158</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying achieve multifield for content fragment model using granite resourceTypes. Created CF model from crx in my local and after creating, when I navigate to Assets -&amp;gt; Content Fragment Modesl -&amp;gt; global folder, facing some weird issue, where it says "&lt;SPAN&gt;Please check your payment details and submit your order again, or contact our support team&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pradeepmoolemane_0-1658244060131.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/43240i6E612E200717ECA4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="pradeepmoolemane_0-1658244060131.png" alt="pradeepmoolemane_0-1658244060131.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Attached CF dialog:&lt;/P&gt;&lt;LI-CODE lang="markup"&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: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="cq:Template"
    allowedPaths="[/content/entities(/.*)?]"
    ranking="{Long}100"&amp;gt;
    &amp;lt;jcr:content
        cq:scaffolding="/conf/global/settings/dam/cfm/models/breville-multifield-cfm/jcr:content/model"
        cq:templateType="/libs/settings/dam/cfm/model-types/fragment"
        jcr:primaryType="cq:PageContent"
        jcr:title="Multifield Demo"
        sling:resourceSuperType="dam/cfm/models/console/components/data/entity"
        sling:resourceType="dam/cfm/models/console/components/data/entity/default"&amp;gt;
        &amp;lt;model
            cq:targetPath="/content/entities"
            jcr:primaryType="cq:PageContent"
            sling:resourceType="wcm/scaffolding/components/scaffolding"
            dataTypesConfig="/mnt/overlay/settings/dam/cfm/models/formbuilderconfig/datatypes"
            maxGeneratedOrder="20"&amp;gt;
            &amp;lt;cq:dialog
                jcr:primaryType="nt:unstructured"
                sling:resourceType="cq/gui/components/authoring/dialog"&amp;gt;
                &amp;lt;content
                    jcr:primaryType="nt:unstructured"
                    sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns"&amp;gt;
                    &amp;lt;items
                        jcr:primaryType="nt:unstructured"
                        maxGeneratedOrder="21"&amp;gt;
                        &amp;lt;_x0031_625601572222
                            jcr:primaryType="nt:unstructured"
                            sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
                            composite="{Boolean}true"
                            fieldLabel="Locales"
                            listOrder="21"
                            maxlength="255"
                            metaType="text-single"
                            name="locales"
                            renderReadOnly="false"
                            showEmptyInReadOnly="true"
                            valueType="string[]"&amp;gt;
                            &amp;lt;field
                                jcr:primaryType="nt:unstructured"
                                sling:resourceType="granite/ui/components/coral/foundation/container"
                                name="locales"&amp;gt;
                                &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
                                    &amp;lt;column
                                        jcr:primaryType="nt:unstructured"
                                        sling:resourceType="granite/ui/components/coral/foundation/container"&amp;gt;
                                        &amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;
                                            &amp;lt;locales
                                                jcr:primaryType="nt:unstructured"
                                                sling:resourceType="granite/ui/components/coral/foundation/form/textfield"
                                                fieldDescription="Add comma separated locales"
                                                fieldLabel="Add Locales"
                                                name="./locale"/&amp;gt;
                                            &amp;lt;path
                                                jcr:primaryType="nt:unstructured"
                                                sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"
                                                fieldDescription="Select Path"
                                                fieldLabel="Path"
                                                name="./path"
                                                rootPath="/content"/&amp;gt;
                                        &amp;lt;/items&amp;gt;
                                    &amp;lt;/column&amp;gt;
                                &amp;lt;/items&amp;gt;
                            &amp;lt;/field&amp;gt;
                        &amp;lt;/_x0031_625601572222&amp;gt;
                    &amp;lt;/items&amp;gt;
                &amp;lt;/content&amp;gt;
            &amp;lt;/cq:dialog&amp;gt;
        &amp;lt;/model&amp;gt;
    &amp;lt;/jcr:content&amp;gt;
&amp;lt;/jcr:root&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error in log file:&lt;/P&gt;&lt;P&gt;Caused by: java.lang.NullPointerException: null&lt;BR /&gt;at libs.dam.cfm.models.console.components.models.card.card__002e__jsp._jspService(card__002e__jsp.java:1681) [aem-precompiled-scripts:6.6.0.SNAPSHOT]&lt;BR /&gt;at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [org.apache.sling.scripting.jsp:2.5.4]&lt;BR /&gt;at org.apache.sling.scripting.jsp.PrecompiledJSPRunner.callPrecompiledJSP(PrecompiledJSPRunner.java:72) [org.apache.sling.scripting.jsp:2.5.4]&lt;BR /&gt;at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:583) [org.apache.sling.scripting.jsp:2.5.4]&lt;BR /&gt;at org.apache.sling.scripting.core.impl.bundled.PrecompiledScript.eval(PrecompiledScript.java:54) [org.apache.sling.scripting.core:2.4.3.T20220204105000-049df56]&lt;BR /&gt;at org.apache.sling.scripting.core.impl.bundled.ScriptContextProvider$ExecutableContext.eval(ScriptContextProvider.java:163) [org.apache.sling.scripting.core:2.4.3.T20220204105000-049df56]&lt;BR /&gt;at org.apache.sling.scripting.core.impl.bundled.AbstractBundledRenderUnit.eval(AbstractBundledRenderUnit.java:187) [org.apache.sling.scripting.core:2.4.3.T20220204105000-049df56]&lt;BR /&gt;at org.apache.sling.servlets.resolver.internal.bundle.BundledScriptServlet.service(BundledScriptServlet.java:78) [org.apache.sling.servlets.resolver:2.9.3.T20220126174233-eb9743b]&lt;BR /&gt;at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:574) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:88) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at com.day.cq.wcm.core.impl.WCMDeveloperModeFilter.doFilter(WCMDeveloperModeFilter.java:119) [com.day.cq.wcm.cq-wcm-core:5.14.16]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:138) [com.day.cq.wcm.cq-wcm-core:5.14.16]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at com.adobe.acs.commons.granite.ui.components.impl.include.IncludeDecoratorFilterImpl.doFilter(IncludeDecoratorFilterImpl.java:92) [com.adobe.acs.acs-aem-commons-bundle:5.0.4]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at com.adobe.granite.metrics.knownerrors.impl.ErrorLoggingComponentFilter.doFilter(ErrorLoggingComponentFilter.java:71) [com.adobe.granite.metrics.knownerrors:0.0.24]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at com.day.cq.wcm.core.impl.monitoring.PageComponentRequestFilter.doFilter(PageComponentRequestFilter.java:105) [com.day.cq.wcm.cq-wcm-core:5.14.16]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at com.day.cq.wcm.core.impl.WCMComponentFilter.filterRootInclude(WCMComponentFilter.java:375) [com.day.cq.wcm.cq-wcm-core:5.14.16]&lt;BR /&gt;at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:190) [com.day.cq.wcm.cq-wcm-core:5.14.16]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at com.day.cq.wcm.core.impl.page.PageLockFilter.doFilter(PageLockFilter.java:91) [com.day.cq.wcm.cq-wcm-core:5.14.16]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at com.day.cq.personalization.impl.TargetComponentFilter.doFilter(TargetComponentFilter.java:94) [com.day.cq.cq-personalization:5.13.26]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at com.adobe.granite.csrf.impl.CSRFFilter.doFilter(CSRFFilter.java:217) [com.adobe.granite.csrf:1.0.24]&lt;BR /&gt;at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProcessorImpl.java:283) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at org.apache.sling.engine.impl.SlingRequestProcessorImpl.dispatchRequest(SlingRequestProcessorImpl.java:323) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at org.apache.sling.engine.impl.request.SlingRequestDispatcher.dispatch(SlingRequestDispatcher.java:211) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at org.apache.sling.engine.impl.request.SlingRequestDispatcher.include(SlingRequestDispatcher.java:104) [org.apache.sling.engine:2.8.0]&lt;BR /&gt;at com.day.cq.wcm.core.impl.WCMComponentFilter$ForwardRequestDispatcher.include(WCMComponentFilter.java:516) [com.day.cq.wcm.cq-wcm-core:5.14.16]&lt;BR /&gt;at org.apache.sling.scripting.jsp.taglib.IncludeTagHandler.dispatch(IncludeTagHandler.java:54) [org.apache.sling.scripting.jsp.taglib:2.4.0]&lt;BR /&gt;at org.apache.sling.scripting.jsp.taglib.AbstractDispatcherTagHandler.doEndTag(AbstractDispatcherTagHandler.java:128) [org.apache.sling.scripting.jsp.taglib:2.4.0]&lt;BR /&gt;at libs.granite.ui.components.coral.foundation.masonry.masonry__002e__jsp._jspService(masonry__002e__jsp.java:369) [aem-precompiled-scripts:6.6.0.SNAPSHOT]&lt;BR /&gt;at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [org.apache.sling.scripting.jsp:2.5.4]&lt;BR /&gt;at org.apache.sling.scripting.jsp.PrecompiledJSPRunner.callPrecompiledJSP(PrecompiledJSPRunner.java:72) [org.apache.sling.scripting.jsp:2.5.4]&lt;BR /&gt;at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:583) [org.apache.sling.scripting.jsp:2.5.4]&lt;BR /&gt;at org.apache.sling.scripting.core.impl.bundled.PrecompiledScript.eval(PrecompiledScript.java:54) [org.apache.sling.scripting.core:2.4.3.T20220204105000-049df56]&lt;BR /&gt;at org.apache.sling.scripting.core.impl.bundled.ScriptContextProvider$ExecutableContext.eval(ScriptContextProvider.java:163) [org.apache.sling.scripting.core:2.4.3.T20220204105000-049df56]&lt;BR /&gt;at org.apache.sling.scripting.core.impl.bundled.AbstractBundledRenderUnit.eval(AbstractBundledRenderUnit.java:187) [org.apache.sling.scripting.core:2.4.3.T20220204105000-049df56]&lt;BR /&gt;at org.apache.sling.servlets.resolver.internal.bundle.BundledScriptServlet.service(BundledScriptServlet.java:78) [org.apache.sling.servlets.resolver:2.9.3.T20220126174233-eb9743b]&lt;BR /&gt;... 150 common frames omitted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 15:24:35 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/content-fragment-with-multifield/m-p/461616#M133158</guid>
      <dc:creator>pradeepmoolemane</dc:creator>
      <dc:date>2022-07-19T15:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Content Fragment with Multifield</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/content-fragment-with-multifield/m-p/461621#M133162</link>
      <description>&lt;P&gt;Just wondering if CF without multifield working for you?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 15:33:37 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/content-fragment-with-multifield/m-p/461621#M133162</guid>
      <dc:creator>Mohit_KBansal</dc:creator>
      <dc:date>2022-07-19T15:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Content Fragment with Multifield</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/content-fragment-with-multifield/m-p/461624#M133164</link>
      <description>&lt;P&gt;Yes, &lt;LI-USER uid="17518938"&gt;&lt;/LI-USER&gt;, without this multifield, CF working fine.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 15:44:08 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/content-fragment-with-multifield/m-p/461624#M133164</guid>
      <dc:creator>pradeepmoolemane</dc:creator>
      <dc:date>2022-07-19T15:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Content Fragment with Multifield</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/content-fragment-with-multifield/m-p/461817#M133230</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17518938"&gt;&lt;/LI-USER&gt;&amp;nbsp; and all, interestingly I am able to create content fragments and edit with CF with data.&lt;/P&gt;&lt;P&gt;But only issue, I can not goto CF model folder and edit the model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pradeepmoolemane_0-1658301997863.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/43325iDB0D83FE2E3C4481/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="pradeepmoolemane_0-1658301997863.png" alt="pradeepmoolemane_0-1658301997863.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 07:27:12 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/content-fragment-with-multifield/m-p/461817#M133230</guid>
      <dc:creator>pradeepmoolemane</dc:creator>
      <dc:date>2022-07-20T07:27:12Z</dc:date>
    </item>
  </channel>
</rss>

