AEM 62 - Touch UI - Images in Multifield - Doesn't work | Community
Skip to main content
New Participant
August 21, 2017
Solved

AEM 62 - Touch UI - Images in Multifield - Doesn't work

  • August 21, 2017
  • 5 replies
  • 2981 views

up vote0down votefavorite

In AEM 6.2, I have a requirement to have an image field inside Multifield. I am using the resource type as "granite/ui/components/foundation/form/fileupload". when I use this inside multi field, it doesn't work.

In multi field, data is stored in form of JSON

{“text1":"/content/dam/baby-smiling-320w.jpg","alt”:”Test image","headerText":"","header":"h3","Style":"”,”test style":"","Color":"blue","bodyText”:”This is test component"}.

So how would that new "fileReference" node would be created for multifield JSON?

I have gone through few links but none of them works.

http://experience-aem.blogspot.com/2016/06/aem-62-touch-ui-composite-image-multifield.html

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

I have tested checked Experiencing Adobe Experience Manager - Day CQ: AEM 62 - Touch UI Composite Image Multifield on AEM 6.2, it was working charm for me.

Can you directly upload the package provided on that page? What is the error coming up?

Few discussion on similar topic:-

Issue with Multifield Image in Touch UI (AEM 6.2)

AEM 6.3 Touch ui image multifield

~kautuk

5 replies

New Participant
September 22, 2017

@kautuk - i tried this too..but not working. Problem is - In multi field, data is stored in form of JSON

{“text1":"/content/dam/baby-smiling-320w.jpg","alt”:”Test image","headerText":"","header":"h3","Style":"”,”test style":"","Color":"blue","bodyText”:”This is test component"}.

So how would that new "fileReference" node would be created for multifield JSON?

kautuk_sahni
Employee
August 24, 2017

smacdonald2008 did you see this?

~kautuk

Kautuk Sahni
New Participant
August 23, 2017
New Participant
August 22, 2017

Hi @kautuksahni,

I saw your post earlier but the things is in your scenario, multifield items are created as separate node items. But in our scenario. multifield items are stored in form of JSON as mentioned in the description of the issue on the top. So, when multifield are stored as json, how would this work?

{“text1":"/content/dam/baby-smiling-320w.jpg","alt”:”Test image","headerText":"","header":"h3","Style":"”,”test style":"","Color":"blue","bodyText”:”This is test component"}.

Thanks

kautuk_sahni
kautuk_sahniAccepted solution
Employee
August 22, 2017

I have tested checked Experiencing Adobe Experience Manager - Day CQ: AEM 62 - Touch UI Composite Image Multifield on AEM 6.2, it was working charm for me.

Can you directly upload the package provided on that page? What is the error coming up?

Few discussion on similar topic:-

Issue with Multifield Image in Touch UI (AEM 6.2)

AEM 6.3 Touch ui image multifield

~kautuk

Kautuk Sahni