Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

PathBrowser not working in Multifield coral AEM 6.3

Avatar

Level 2

Hi all, My English is so bad, so I depicted the picture below, everyone please help me.

Pathfield, select, datepicker,... click OK, only PathBrowser click not working in Coral , AEM 6.3

Capture.PNG

My code .content.xml

<pages

jcr:primaryType="nt:unstructured"

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

composite="{Boolean}true"

fieldDescription="Click '+' to add a new page"

fieldLabel="URLs">

<field

jcr:primaryType="nt:unstructured"

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

name="./items">

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

<column

jcr:primaryType="nt:unstructured"

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

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

<filterSectionText

jcr:primaryType="nt:unstructured"

sling:resourceType="granite/ui/components/coral/foundation/form/textfield"

fieldLabel="Some Text"

name="./someText" />

<pathBrowser

jcr:primaryType="nt:unstructured"

sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"

fieldLabel="Path Browser"

name="./searchPath"

rootPath="/etc/tags" />

<buttonLinkTo

jcr:primaryType="nt:unstructured"

sling:resourceType="granite/ui/components/coral/foundation/form/pathfield"

fieldLabel="Link to"

name="./buttonLinkTo"

rootPath="/content"

suffix=".html" />

<datepicker

jcr:primaryType="nt:unstructured"

sling:resourceType="granite/ui/components/coral/foundation/form/datepicker"

displayedFormat="MM-DD-YYYY HH:mm"

fieldLabel="datepicker"

name="./datepicker"

type="datetime"

typeHint="Date" />

<listFrom

granite:class="cmp-options--editor-type-v1"

jcr:primaryType="nt:unstructured"

sling:resourceType="granite/ui/components/coral/foundation/form/select"

fieldLabel="List Item"

name="./listItem">

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

<children

jcr:primaryType="nt:unstructured"

text="Child pages"

value="children" />

<static

jcr:primaryType="nt:unstructured"

text="Fixed list"

value="static" />

</items>

</listFrom>

</items>

</column>

</items>

</field>

</pages>

10 Replies

Avatar

Level 4

i had an experience like that too... the path browser only works when you add a value in its first opening, it will work the second time around

Avatar

Level 7

Hi,

We're able to successfully add pathbrowser to a multifield 6.3 dialog.

pathbrowser.png

As you can see - we're able to select the path using pathbrowser.

Please find the package located in the following location and verify from your end.

https://helpx.adobe.com/experience-manager/using/newsletter_aem63.html

We hope this helps!

Regards,

TechAspect Solutions

Avatar

Level 2

Thank you  your help !

But this tutorial to use resource: granite/ui/components/foundation/form/multifield

My job requires using granite/ui/components/coral/foundation/form/multifield

Open dialog, It will fail in the picture above: click path browser:fail. After Click submit and  open again, then click: success !

Avatar

Community Advisor

Hi Hoang

    That was a good catch. I verified this in AEM 6.3 using Coral UI and this seems to be a bug in AEM 6.3 for multifiled. I have captured the same here  Path_Browser_issue_Coral_multifield

Please raise a day care ticket for this issue. They will be able to provide you with a fix

Thanks

Veena

Avatar

Level 2

Hi Veena_07 !

Thank you , because You have verified!

RichText in multifield, It also does not working.

Avatar

Level 10

As the community members have stated - looks like a bug. Why not use Granite data types that work.

Avatar

Level 4

Hi Veena_07,

Could you help me how to fix it?

Thank you so much,

Avatar

Level 3

Hi Everyone,

Any idea if Adobe are aware of that issue and if it could be resolved soon or has been?

Thanks a lot.

Avatar

Level 1

Any hot-fix package for above issue? Could you please share the link if possible.

Avatar

Level 1

Hi All,

Could please share any alternate solution with use of coral multifield.