Issue with Multifield Image in Touch UI (AEM 6.2) | Community
Skip to main content
puneet_soni
Level 2
October 21, 2016
Solved

Issue with Multifield Image in Touch UI (AEM 6.2)

  • October 21, 2016
  • 3 replies
  • 2543 views

Hello,

I have been facing issue with Image drop down in Touch UI Multi-field in AEM 6.2.

It seems that Image as a component works fine but as soon as I drop the OOTB Image component in any Touch UI Multi-field it stops working. The Multi-field creates a JSON object.

Data is populated in the JSON from Dialog. (See the Screen Shot attached)

JSON object shows weird behavior and at times data of image is not populated.

Dialog is not able to retrieve the value. (See the Screen Shot attached)
We also see JS error in console.

Please suggest if Image in Multi-field is possible in Touch UI

Regards,

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 leeasling

I would stay away from implement any custom xtypes/touch ui dialog fields like Scott's article mentions.  You'll undoubtedly run into issues during an upgrade.

Personally i would think of how to re-structure the component to where the multifield isn't needed and rather use a component per item.  Lokesh's option is also 100% valid but you'll lose the ability to crop/size the image.

3 replies

smacdonald2008
Level 10
October 21, 2016

We have a community article on this use case: 

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

Hope this helps.... 

Lokesh_Shivalingaiah
Level 10
October 21, 2016

Hi Puneet,

Drag and drop feature of image when used in multifield has some issues. Instead please use the browse option for image when you are using it in multifield.

Also, please raise a support ticket for this issue so that the product team can take a look at it.

 

Thanks,

Lokesh

leeaslingAccepted solution
Level 8
October 21, 2016

I would stay away from implement any custom xtypes/touch ui dialog fields like Scott's article mentions.  You'll undoubtedly run into issues during an upgrade.

Personally i would think of how to re-structure the component to where the multifield isn't needed and rather use a component per item.  Lokesh's option is also 100% valid but you'll lose the ability to crop/size the image.