Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/1/16
    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...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 10/1/16
    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...

    Views

    811

    Likes

    0

    Replies

    2
  • 10/1/16
    Hi All,I had gone through the dispatcher, caching and replication mechanisms but finally i am having the below confusion now.I understand that when replication is being performed from author to publish , at that time flush agent should also get initiated so that it should delete the old cache from t...

    Views

    706

    Likes

    0

    Replies

    0
  • 9/30/16
    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?

    Views

    3.3K

    Like

    1

    Replies

    4
  • 9/30/16
    Can't figure out why my dialog is showing this. <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="nt:unstructur...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 9/30/16
    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...

    Views

    1.7K

    Like

    1

    Replies

    3
  • 9/30/16
    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...

    Views

    11.6K

    Like

    1

    Replies

    6
  • 9/30/16
    What is the best way to take a clone of an AEM 6.2 instance.(it could be Author or Publish instances). Is this article still valid for AEM 6.2. https://helpx.adobe.com/experience-manager/kb/CloneInstance.htmlIf I create a new DEV instance from a 5.6.1 instance production backup (sits on a separate D...

    Views

    2.4K

    Like

    1

    Replies

    4
  • 9/30/16
    Hi, I'm having a problem with translation projects. Only the admin user can see them.When I try do add a team member I get:Caused by: com.adobe.cq.projects.impl.team.TeamException: The team does not contain an owner at com.adobe.cq.projects.impl.team.TeamManagerImpl.createTeamMemberList(TeamManagerI...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 9/30/16
    Hi all,i work on a big repository (AEM6.1) and some queries works on a lot of nodes. for example this queryselect * from cq:PageContent where sling:resourceType='quattroruote/components/page/newspage' AND publishDate > TIMESTAMP '2013-01-01T00:00:00.000Z' AND publishDate < TIMESTAMP '2013-12-31T00:0...

    Views

    1.4K

    Likes

    0

    Replies

    5