Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

BigT168
BigT168
Offline

Badges

Badges
26

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
29

Posts

Posts
155

Discussions

Discussions
31

Questions

Questions
124

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BigT168
Customize the badges you want to showcase on your profile
Re: URL shortening in AEM 6.3 - Adobe Experience Manager 12-12-2017
Thanks Hermant. I think Jörg answered my question. Your approach will work for single site, I have multiple sites, don't want to put something only applying for one site.Thanks again.

Views

1.9K

Likes

0

Replies

0
URL shortening in AEM 6.3 - Adobe Experience Manager 07-12-2017
in AEM 6.3, we define the URL mapping in the JcrResourceResolverFactoryImpl.config.xml file. When author selects a content URL as a path in the component dialog, if we render the url as , the AEM automatically shortens the url. However, if we remove the extension , the AEM doesn't shorten the URL.Just wonder if anyone knows if there is a linker check related configuration to tell adobe only shorten the url when the path has .html?Thanks.

Views

4.1K

Like

1

Replies

3
Re: How to get wcmmode from the class using @Model(adaptables=Resource.class in AEM 6.3 - Adobe Experience Manager 08-11-2017
When I tested it, it doesn't work. It complaints the object can't be adaptable. I will try again when I have time and let you know.

Views

2.1K

Likes

0

Replies

0
in AEM 6.3, got 500 error when dragging the content fragment - Adobe Experience Manager 08-11-2017
In one of our environment, we can't drag the content fragment into the page, it returns/libs/cq/experience-fragments/editor/components/experiencefragment/experiencefragment.js#22Does anyone know why I am getting this error?Thanks.

Views

1.3K

Likes

0

Replies

2
Re: How to pass parameters to Sling Modal from Sightly Component - Adobe Experience Manager 07-11-2017
Thanks.Adobe recommends to use sling model instead of WCMUsePoJo. I was curious how to adaptable two classes in above examples.

Views

11.6K

Likes

0

Replies

0
Re: How to pass parameters to Sling Modal from Sightly Component - Adobe Experience Manager 04-11-2017
Thank you.However, these examples are too simple. Do you have some more examples, which adaptable resource, and inject the request? or can adaptable request and resource both?

Views

11.6K

Likes

0

Replies

0
Re: How to get wcmmode from the class using @Model(adaptables=Resource.class in AEM 6.3 - Adobe Experience Manager 04-11-2017
Once I inject the code, I get the following error.org.apache.sling.models.impl.ModelAdapterFactory Could not adapt to modelorg.apache.sling.models.factory.MissingElementsException: Could not inject all required fields into class com.capgroup.wcm.content.domain.ArticleAny idea what's wrong?Thanks.

Views

2.1K

Likes

0

Replies

0
Re: How to pass parameters to Sling Modal from Sightly Component - Adobe Experience Manager 04-11-2017
Hi Eakambaram:I have the same issue, not sure if you can help me.for @Model({adaptables=Resource.class, adaptables=SlingHttpServletRequest.class), where to close '}'. Can you share a little bit code snippet.Appreicated.Thanks

Views

11.6K

Likes

0

Replies

0
How to get wcmmode from the class using @Model(adaptables=Resource.class in AEM 6.3 - Adobe Experience Manager 04-11-2017
In AEM 63, I created a class using sling model adaptables to Resource.class instead of SlingHttpServletRequest.class because I need to use this method to get MyComponent myComponent = resourceResolver.getResource(myComponentPath), it doesn't work if adaptables=SlingHttpServletRequest. My question is how to get wcmmode from this MyComponent.class? or get the request from this class?Thanks.

Views

5.3K

Likes

0

Replies

9
Re: How to disable geolocation in publishing instance under AEM 6.3 - Adobe Experience Manager 01-11-2017
I did apply the old instruction specified for ClientContext, it works.Thanks.

Views

943

Likes

0

Replies

0