Expand my Community achievements bar.

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

  • 6/14/16
    Not a technical question, but I'm wondering if folks can offer what they're using for breakpoints their layout containers. FWIW, here's my definition from my structure file in my base template-type, but I'm not tied to this at all.<cq:responsive jcr:primaryType="nt:unstructured"> <breakpoints jcr:pr...

    Views

    730

    Likes

    0

    Replies

    2
  • 6/14/16
    Hi Team,I would like to use sling models with WCMUse/WCMUsePojo class. For I have written the below code -@Model(adaptables = Resource.class)public class SampleSlingModel extends WCMUse {    private static Logger LOG = LoggerFactory.getLogger(SampleSlingModel.class);    @Inject    private String tit...

    Views

    3.5K

    Likes

    0

    Replies

    1
  • 6/14/16
    Hi Team,Is it possible to get the Sling model in the class that extends WCMUse/WCMUsePojo? I tried the below code in Sightly class but I'm getting null-MySlingModel mySlingModel = getResource().adaptTo(MySlingModel.class);if (null != mySlingModel ) {            LOG.info("mySlingModel IS NOT NULL");}...

    Views

    2.0K

    Likes

    0

    Replies

    4
  • 6/13/16
    Hi,I was trying to understand the following comment in Adobe documentation:Source URL - https://docs.adobe.com/docs/en/aem/6-0/administer/content/assets.htmlExtract from above link is following text.DIGITAL ASSET MANAGEMENT VERSUS IMAGE COMPONENTWhen determining whether to put an image into CQ DAM o...

    Views

    1.7K

    Likes

    0

    Replies

    2
  • 6/13/16
    We've implemented a TransformerFactory in our project to help re-write some links from "/content/project_name" to just "/project_name".The only downfall is that this Factory IGNORES any comments.  For a number of reasons, we need to have the COMMENTS updated as well.Is anyone aware of a way to updat...

    Views

    2.9K

    Likes

    0

    Replies

    8
  • 6/13/16
    I've just updated from 6.1 to 6.2 and suddenly my sling models are causing problems. It seems like javax.inject is no longer available and so my bundle wont start. I have tried adding to my top level pom a dependancy but it is still not happy.Error:javax.inject,version=[0.0,1) -- Cannot be resolvedD...

    Views

    4.8K

    Likes

    3

    Replies

    8
  • 6/13/16
    Problem:On Author http://<host:port>/projects.html getting the following error after AEM 6.1 SP1 installation:Unable to compile class for JSP: An error occurred at line: 6 in the generated java file Only a type can be imported. com.adobe.cq.experiencelog.ExperienceLogConfig resolves to a package An ...

    Views

    8.6K

    Likes

    0

    Replies

    13
  • 6/10/16
    Is there a detailed step by step document that explains how to integrate Solr instance with AEM? Assume we've a server running AEM some oak:index configured. Now we get a solr search server available to us.what next?

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 6/10/16
    Hello, I want to publish an asset instantly as it's dropped into a specific folder.How can I do this? Thanks!

    Views

    2.9K

    Likes

    0

    Replies

    3
  • 6/10/16
    Hi All,I have a simple use case, where i need to display moderated comments that my visitors post on articles. My site is running in AEM v 6.1I understand that this functionality is available with the Communities add on. We currently do not have the communities add on and is something that will come...

    Views

    1.1K

    Like

    1

    Replies

    1