Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Multifield with composite(not string array)

Avatar

Level 2

I want to have a multifield with data migration.

It is not populating in the dialog when reopen in Touch UI dialog but I do see data in JCR.

 

composite="{Boolean}false"

 

I need to have composite="{Boolean}false". How to make it possible with it? The issue is I do not see it being populated in dialog when reopen dialog.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

It seems like there is some issue with the compatibility of acs in your instance.

So there can be some way to handle it with acs packages but if you still have some issue then you can handle it with front-end js also that you can find it on below link

http://www.sgaemsolutions.com/2017/03/touchui-composite-multi-field-with-drop.html

 

Hope this will help.

Umesh Thakur

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

It seems like there is some issue with the compatibility of acs in your instance.

So there can be some way to handle it with acs packages but if you still have some issue then you can handle it with front-end js also that you can find it on below link

http://www.sgaemsolutions.com/2017/03/touchui-composite-multi-field-with-drop.html

 

Hope this will help.

Umesh Thakur

Avatar

Level 2
Thank you Umesh for your response.

Avatar

Community Advisor

Avatar

Level 2
Thank you for your response Nikhil.