Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi,I'm trying to use  CQ.Ext.Msg.alert('Hello', 'Welcome to ExtJS');  in jsp, but I see below error in the firebug.ReferenceError: CQ is not definedHere is the sample code in my jsp.<html>  <head>        <script>           CQ.Ext.Msg.alert('Hello', 'Welcome to ExtJS');         </script>  </head>  <b...

    Views

    615

    Likes

    0

    Replies

    1
  • 10/15/15
    I'm adding a beforeadd listener to a multifield to limit the number of items that can be added. I see the message when I try and add more than the limit, no more items get added, but as the xtype configured to the the multifield item is required (cannot be empty) it doesn't let me click 'OK' on the ...

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi All,We are able to do audit purge by following the link http://helpx.adobe.com/experience-manager/kb/howtopurgewf.html  and installing the package Workflow n Audit purge-1.7.5.zip given there in 5.6.1 instanceHowever, users are not happy losing the old audit data. What would be the best way to ov...

    Views

    757

    Likes

    0

    Replies

    3
  • 10/15/15
    Hello,I am opening a connection to my author instance to try to POST an image or any document to my JCR.  The values are coming from a form, and I have created my own form action to store the information.  I am successful in storing properties and creating CQ Pages, but when it comes to a image/file...

    Views

    518

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I just noticed that the /content node has the following two properties:    sling:target = /geohome    sling:resourceType = sling:redirectIs it advisable to change these values for an in-production installation?

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 10/15/15
    Thanks in advance for any info,We've been able to build an OSGI bundle for a SOLRJ jar and even get our classes using the SOLRJ classes to compile successfully.  However, we were not able to actually use SOLJR during runtime due to missing dependencies.  SOLRJ requires the list of following dependen...

    Views

    936

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,I was looking at our log files and noticed the following ERROR:com.day.cq.replication.impl.ReplicationContentFactoryProviderImpl Unable to read replication content stored in /var/replication/data/1a80cfd3-0179-4392-ba73-8c7775f51933/c8/c82e1905-9b6f-47b7-a36e-eae5410c2d18. Node is missing.As far ...

    Views

    685

    Likes

    0

    Replies

    2
  • 10/15/15
    We are testing AEM 6.0(6.0.0.20140509).I want to add new images to the existing Mixed Media Set testmixedmediaset002 (as PIC1).But when I click the edit button, I find that the former images and sets in the testmixedmediaset002 disappear (as PIC2). I Add new images into testmixedmediaset002, but it ...

    Views

    758

    Likes

    0

    Replies

    5
  • 10/15/15
    I think i've found a bug with AEM6.  I have a custom property on parent page named "clientName".  Inside of my component class which extends WCMUse, i'm trying to utilize getInheritedProperties().get("clientName", String.class) to return the client name, however, the value is never found and a null ...

    Views

    408

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi All,Need pointers on how to implement Jersey REST services from within a CQ service. Is there a way to tell CQ that for urls like /rest/* go to Jersey servlet dispatchers so that all the methods annotated using Jersey annotation are called?Thanks in advance,Nitin

    Views

    606

    Likes

    0

    Replies

    2