Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 6/21/17
    I am trying to override the default tag path.If we don't give any namespace it stores in default/standard path,I have requirement where I need to modify the default path and store it in custom path.What are the possibilities for this ?Thanks in advance!

    Views

    1.8K

    Likes

    0

    Replies

    4
  • 6/21/17
    When I use<h2 class="${properties.testclass}" data-sly-element="${properties.tagType}">${properties.title}</h2> in my JSP code (In HTML it works fine)Output<h2 class="test" data-sly-element="h5">Title</h2>Expected Output:<h5 class="test" >Title</h5>

    Views

    2.9K

    Likes

    0

    Replies

    4
  • 6/21/17
    Hello,I am working with components that use Handlebar templates.  In an attempt to create a Handlebar helper, I follow the instructions provided on this help page, SCF Handlebars Helpers.  I've created a simple helper server side first to see if it works.  However, my bundle is in an "installed" sta...

    Views

    579

    Likes

    0

    Replies

    1
  • 6/21/17
    Hello,I need to change bundle start level from default 20 into 21 to prevent some timing issues.I've found solution via bundle activator.Something like this:Bundle bundle = context.getBundle();StartLevel startLevel = (StartLevel) context.getService(context.getServiceReference(StartLevel.class.getNam...

    Views

    3.5K

    Likes

    0

    Replies

    4
  • 6/21/17
    I created a custom editable template type following this structure:/conf/myproject/settings/wcm/templates-type/basetype, I can see the basetype under the myproject folder when creating the template.Now I create another folder under the Configuration Browser and enable the editable template, I only s...

    Views

    1.6K

    Like

    1

    Replies

    1
  • 6/21/17
    I have developed a project on AEM 6.3 but there are some dependency issues while using WCMUsePojo. The package com.adobe.cq.sightly is not resolved in aem 6.3 felix console. It gives error like this  com.adobe.cq.sightly,version=[2.2,3) -- Cannot be resolvedI am using a class which extends WCMUsePoj...

    Views

    2.8K

    Likes

    0

    Replies

    1
  • 6/21/17
    Hi,My custom activation workflow uses OOTB create version process step before activation but some times version creation throwing below error.can anyone help me to resolve this issue. com.adobe.granite.workflow.WorkflowException: Process execution resulted in an error  at com.adobe.granite.workflow....

    Views

    4.7K

    Like

    1

    Replies

    4
  • 6/21/17
    The release notes of AEM 6.2 mainly discusses about the functionality changes or added in back-end. I wanted to know if any new functionalities are added or changes are made in libraries or components(front-end) of Aem6.2 as compared to Aem6.0

    Views

    1.3K

    Like

    1

    Replies

    1
  • 6/21/17
    Hi,How can I add action to button in component. Button is not selecting from inside the component in aem 6.2please find below img for reference.Thanks in advance.Sandhya.

    Views

    3.6K

    Likes

    0

    Replies

    6
  • 6/21/17
    Hi,          I have got a requirement where, I need to create a component with dialog, i will add few text fields into it.          On dialog submit, default behavior : the values entered via dialog will be stored under the current page's jcr:content (or under par node if we use parsys)          I w...

    Views

    3.7K

    Like

    1

    Replies

    6