Expand my Community achievements bar.

SOLVED

Issues with imageSet creation in touch UI

Avatar

Level 4

Hi All,

(AEM version: AEM 6.0 with SP2)

I am trying to customize the OOTB image set functionality provided by AEM. (http://localhost:4502/libs/dam/gui/content/s7dam/sets/imageset.html)

I want to add tag field to image set so that I can search my image set later, on the basis of tag property.

Just for testing purpose I am just modifying the touch dialog in libs folder, I would overlay the component if it works fine in libs. I have also attached the content.xml (/libs/foundation/components/page/cq:dialog/content/items/columns/items/tabs/items/basic/items/title/items) file in which I have modified the libs component to add new tag field, problem is that tags fields are not getting posted in my form request, if I am able to get them in my form request I can customize the OOTB servlet (SetCreateHandler.java) and read the tags value from request object and add it on the node. 

Can someone please let me know why my tags values are not getting posted.

One weird observation I have is when I start with the URL : http://localhost:4502/libs/dam/gui/content/s7dam/sets/imageset.html , tags are not getting posted in posted in  my form request, but when  I am 

have folder pre selected i.e.  http://localhost:4502/libs/dam/gui/content/s7dam/sets/imageset.html?folder=/content/dam/geometrixx-o... I can see the values getting posted in post request.

Any input on this would be highly appreciated. 

Thanks!

Shehjad

1 Accepted Solution

Avatar

Correct answer by
Level 10

This looks like a bug - please file a ticket. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

This looks like a bug - please file a ticket.