Expand my Community achievements bar.

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

  • 6/15/16
    I'm trying to ensure all of our components are backed up by a sling model to help us create a 'content API'. I'm struggling with the out of the box sightly image component as it is complex and uses JS and not Java, I don't want to reinvent the wheel so if somebody has done this before please point m...

    Views

    940

    Likes

    0

    Replies

    3
  • 6/14/16
    Hi Experts, My client is looking for a translation vendor to be used with Adobe AEM, We have few questions around it.1. Vendor should have a connector with Adobe AEM 5.6.12.  Vendor should be cost effective, both for Machine and Human translation.Looking @ both requirements, which one would you reco...

    Views

    523

    Like

    1

    Replies

    3
  • 6/14/16
    Hello,When making an ajax call to create nodes in the jcr, the node's (nameHint) name is transformed to lowercase. Is there a key / value pair I can pass into my datastring object to prevent this from happening? Also, I am noticing that double-byte characters are not being added correctly.技術能力 - 卓越し...

    Views

    680

    Likes

    0

    Replies

    0
  • 6/14/16
    Hi All,We have recently migrated from AEM 6.0 SP3 to AEM 6.2 during we have considered minimum not our entire site content.Our application content for many countries with different languages.Here my doubt is ,if i have packaged content from our old AEM instance(AEM 6.0 SP3) and installing on AEM 6.2...

    Views

    982

    Likes

    0

    Replies

    6
  • 6/14/16
    Hi All,We have servlet which has implemented 'SlingAllMethodsServlet' with overriding doPost() and set returned content type as text/JSON .In Sightly component we are accessing this servlet using $.ajax(....).Observed ,to use this response json in Sightly component html ,no need to parse this respon...

    Views

    358

    Like

    1

    Replies

    2
  • 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

    640

    Likes

    0

    Replies

    2
  • 6/14/16
    Hi,I've to create a component with 2 images and a text whit aem 6.2.This component must be rendered with a java class (not jsp and not js).the two images must have drag and drop functionality. Could someone help me

    Views

    963

    Likes

    0

    Replies

    6
  • 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.4K

    Likes

    0

    Replies

    1
  • 6/14/16
    While trying to start an aem instance I am getting this error: AuthenticationSupport service missing. Cannot authenticate request.In tried checking the system console for bundles and saw all bundles are active but crxDe is not opening. IT is showing Error 503.I have checked the error log whie start...

    Views

    606

    Likes

    0

    Replies

    0
  • 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

    1.7K

    Likes

    0

    Replies

    4