내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM 6.3 touch ui pathbrowser to display name and jcr:title together

Avatar

Level 8

Hi,

I am using coral touch ui aem6.3 with below data. It shows only Jcr :title but does not show also name like path field   on folder names in UI.Please let me know how could i achieve it.

 

I was not able to upload image as blog is not allowing to upload an image

 

 

<videoPath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/pathbrowser"
fieldLabel="Video Path"
name="./videoPath"
rootPath="/content/dam"
required="{Boolean}true"
rootTitle="DAM"/>

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 8

We need to copy 

/libs/cq/gui/components/common/pathbrowser/pathbrowsercolumn/pathbrowsercolumn.jsp  to

 

/apps/cq/gui/components/common/pathbrowser/pathbrowsercolumn/pathbrowsercolumn.jsp

 

and do the required customization

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Level 8

Any inputs on this ??

Avatar

정확한 답변 작성자:
Level 8

We need to copy 

/libs/cq/gui/components/common/pathbrowser/pathbrowsercolumn/pathbrowsercolumn.jsp  to

 

/apps/cq/gui/components/common/pathbrowser/pathbrowsercolumn/pathbrowsercolumn.jsp

 

and do the required customization