Hi @Nupur_Jain ,Thanks for this helpful article.In this checkboxgroup.jsp, how can we include the field label and description to be inserted in the touch UI dialog field. Thanks.
Hi ,We have a requirement to populate the dropdown values by reading the JSON value using datasource .So I had uploaded JSON data and created a servlet to populate the values in dropdown .But it is not working on local AEM environment whereas it works on lower AEM instance .Please suggest whether t...
Hi Team ,I need to enclose the arraylist within square bracket and so used list.add("[") at the start and at the end as list.add("]") but it appends comma with the list .But need to get rid off the comma from the list and so could anyone please suggest on this . Actual:[, [1245,480], [, [350,280], [...
Hi Team , We have a long list of dropdown values in our component .So , we would like to integrate the typeahead function in the dropdown to filter out the list to get to the one that the content author wants to select .Could anyone please help me with any references or ideas on it . Thanks in Adva...
Hi All,Could you please let me know how to write junit for the below method generating randomId in sling model.public String getRandomId() { int n=8; byte[] array = new byte[256]; new Random().nextBytes(array); String randomString = new String(array, Charset.forName("UTF-8")); StringBuff...
Hi ,Javascript file is been loading but when adding the lazyload function , scripts are loading only in the last component on the page.So , could you please help me to further troubleshoot this issue . Thanks!
Hi @arunpatidar , Thanks for your response. While inspecting through component element , i can see special characters is getting added on the last before components on the page .Working-Scripts loaded:id=testcontainer132456 Working-Scripts Not loaded:id=testcontainer-132456 So , could anyone please ...
Hi All, We have a requirement to append the banner dimensions in an array format to generate the script encoded in HTL .Here in the script , the size mapping should be formed from the input given in the multi field item. sizeMapping: [[[x, y], [[a, b], [e, f]]],[[z ,x], [a, b]],[[y, z], [[e, f], [c,...
Hi All, We had designed a component to generate dynamic script values based on the author inputs to display ads on the page.So , on adding multiple AD components , script results are showing up only in the last component added on the page. Eventhough ID is unique to each component ,response is not ...