Hi All,I am wondering if I can compete the following use cases with the AEM 6.2 REST APIs or if I will need to hit the SOAP APIs? GET /folders/contents GET /folders/{id}/contents GET /folders/metadata GET /folders/{id}/metadata GET /files | GET /files/{id} GET /files/{id}/metadata GET /files/metadat...
We are on cq 5.6.1 and looking at upgrading to 6.x.There is a consensus being made on 6.1 as preferred choice since 6.2 has only been around for 5 months since its General availability.As we are on 5.6.1 (not using many of new features anyways) plus no translation, communities, social components.Wha...
Hi all,When we implement forms, generally there is a requirement to upload the supporting documents like ID proof.Do we have such a feature in HTML Forms, that allows us to attach and upload documents?Appreciate your responses.Thanks,Rama.
Hi,1. I am aware that AEM PDF Forms are adaptive and HTML Forms ate HTML 5 compliant.Apart from these two, is there any difference between these two?2. From AEM PDF Forms, we could invoke and consume web services. Is the case same with HTML Forms too?3. Could HTML Forms be rendered as PDF?4. In term...
Hi,1. I am aware that AEM PDF Forms are adaptive and HTML Forms ate HTML 5 compliant.Apart from these two, is there any difference between these two?2. From AEM PDF Forms, we could invoke and consume web services. Is the case same with HTML Forms too?3. Could HTML Forms be rendered as PDF?4. In term...
Hi everyone,I am trying to use PowerShell to have a package rebuild on request.What I have so far is$client = new-object System.Net.WebClient$client.Credentials = Get-Credential$client.UploadString("http://localhost:4502/crx/packmgr/service/,json/packages/ExportsFromProd/export-package.zip","param=b...
I have a component that has a certain property applied in a dialog. This component has a parsys for dragging in other components.These 'child' components need to be able to read a property from the 'parent' component. How can this be achieved using the Javascript-use API?
Is there such a thing out of the box? Looking at the render.jsp of granite/ui/components/foundation/form/multifield, the comments say the following:"If the field is a composite, it is its responsibility to concatenate the fields into one, before the form gets submitted, and to separate them again on...
Hi All,I want to iterate a loop based on Integer value like if integer value is 5 then loop will iterate 5 times.I know a way to do this using JSTL in jsp page :<c:forEach var="item" begin="1" end="${properties.value}" varStatus="loop"> //statement </c:forEach>above in "end" im getting value from di...