Hi,I can do remote debug of my AEM application present on my window machine. I want to debug the same AEM application deployed on my dev AWS instance. How can we do that? Is their any documentation available for the same?Regards,Surendra
Hi Scott,I followed the steps Ratna suggested. I do not wish to set required to true on Flag field inside multifield . I want to set required=true(Boolean) on Dashboard text field . But once i am doing that and clicking on DONE button entire multifield is collapsing.Thanks,Surendra
Hi Ratna,Multifield is working fine, but the issue is when i make Dashboard field mandatory by adding required=true(Boolean)Then the textfield and pathfield start collapsing while clicking on DONE button:Thanks,Surendra
Hi Kautuk,Did a fresh installation of AEM 6.2, installed acs-aem-commons-content-3.14.8 package and package mentioned in the helpx article too.added required=true(Boolean) for the node . No errors are appearing either in browser console or log files.I even tried to do a validation before submit by ...
Hi,TextFields and PathFields inside multifield are collapsing in AEM 6.2 if top level TextFields or PathFields are made mandatory by using required=true. I followed below helpx article and installed latest ACS commons jar as well. After clicking on Done button these fields are collapsing.Adobe Expe...
Thank You.I noticed one thing that there is a way to increase the size of assets displayed in one page view. /apps/wcm/core/content/damadmin/grid/assets has "pageSize" property which can be changed to accommodate more number of asset displayed in one page view. But is there anyway it can be done ...