PathBrowser not working in Multifield coral AEM 6.3 | Community
Skip to main content
Level 2
September 30, 2017

PathBrowser not working in Multifield coral AEM 6.3

  • September 30, 2017
  • 5 replies
  • 11345 views

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

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>

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

5 replies

Level 3
September 30, 2017

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

Techaspect_Solu
Level 7
October 3, 2017

Hi,

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

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

Level 2
October 10, 2017

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 !

VeenaVikraman
Community Advisor
Community Advisor
October 11, 2017

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

bobbym33667819
Level 3
November 8, 2017

Hi Everyone,

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

Thanks a lot.

laxman4139
February 19, 2018

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

March 22, 2018

Hi All,

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