Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi All,Our requirement is to "Encode" the Authored content in "textfiled" ,"pathfiled","textarea" before it got submitted to CQ-Server.  For this we have overlayed  "TextFiled.js" and Overidden method "syncValue()" in the Overlayed file. It is working fine in almost all places (Authored content is g...

    Views

    501

    Likes

    0

    Replies

    3
  • 10/15/15
    Can the Content explorer be configured to work as a repository between multiple developers? If so where could I locate a comprehensive tutorial on it? If not, how can I develop in CRXDE and Implement version control and merging of work with other developers on my team? Is there any way to connect up...

    Views

    436

    Likes

    0

    Replies

    1
  • 10/15/15
    how to create a custom authentication handler in CQ5.

    Views

    545

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi All,Need to import and export /etc/versioning from 1 instance to another instance. Is any possibility to achieve this .

    Views

    350

    Likes

    0

    Replies

    2
  • All,  I have created a bundle in crxde lite and I have a dependency of a 3rd Party (External)jar and I have followed the below steps1. Convert the 3rd party jar to bundle and install in felix console. Its installed and active.2. import the class which is used in my bundle slingServlet3. I have also ...

    Views

    746

    Likes

    0

    Replies

    1
  • 10/15/15
    Can I modify AEM users from an AEM application?

    Views

    307

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi, I am using sling internal queuing mechanism and I have set no. of retries to 5. Still, my process is failing after 1st attempt.Any pointers on this or is there any correct way to set this parameter "no. of retries".My part of my xml is:<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0...

    Views

    2.1K

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi,I am trying to wirte a simple custom widget extending CQ.form.ColorField, this is my code. ColorScheme = CQ.Ext.extend(CQ.form.ColorField,{ constructor: function(){ ColorScheme.superclass.constructor.call(this,{ colors: ['FF9900'], showHexValue:true }); } }); CQ.Ext.reg('colorscheme', ColorScheme...

    Views

    692

    Likes

    0

    Replies

    1
  • 10/15/15
    When trying to apply the the instructions mentioned in the Maven configuration details for CQ5 (http://docs.adobe.com/docs/en/cq/aem-how-tos/development/how-to-build-aem-projects-using-apache-maven.html), I am facing issues when trying to create the project with the following command:mvn archetype:g...

    Views

    3.1K

    Likes

    0

    Replies

    4
  • 10/15/15
    Can I make use of custom sling servlets in my AEM applications? 

    Views

    360

    Likes

    0

    Replies

    1