Expand my Community achievements bar.

SOLVED

Data not stored by Coral UI2 in AEM6.5

Avatar

Level 3

We are trying to use  coral UI2 in AEM6.5 but content is not getting stored into the node. works in AEM6.3 . Coral UI2 is still supported in AEM6.5  , right ?

<items jcr:primaryType="nt:unstructured">

                            <links

                                jcr:primaryType="nt:unstructured"

                                sling:resourceType="granite/ui/components/foundation/form/multifield"

                                class="full-width"

                                fieldLabel="List">

                                <field

                                    jcr:primaryType="nt:unstructured"

                                    sling:resourceType="granite/ui/components/foundation/form/fieldset"

                                    acs-commons-nested="JSON_STORE"

                                    name="./links">

                                    <layout

                                        jcr:primaryType="nt:unstructured"

                                        sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns"

                                        method="absolute"/>

                                    <items jcr:primaryType="nt:unstructured">

                                        <column

                                            jcr:primaryType="nt:unstructured"

                                            sling:resourceType="granite/ui/components/foundation/container">

                                            <items jcr:primaryType="nt:unstructured">

                                                <text

                                                    jcr:primaryType="nt:unstructured"

                                                    sling:resourceType="granite/ui/components/foundation/form/textarea"

                                                    fieldLabel="Text:"

                                                    name="./linkText"/>

                                            </items>

                                        </column>

                                    </items>

                                </field>

                            </links>

                        </items>

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

Please check for How to build multifield control using TouchUI - Keys and Strokes  coral2 multifield

but I would suggest using coral3 multifield

AEM 6.3 Code snippets : Coral 3 multifield component - Keys and Strokes



Arun Patidar