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
Re: in AEM 6.3, got 500 error when dragging the content fragment - Adobe Experience Manager 09-11-2017
Try going through this article on a fresh AEM instance - Adobe Experience Manager Help | Working with Adobe Experience Manager Content Fragments Let us know if you experience any issues.

Views

1.1K

Likes

0

Replies

0
Re: How to get wcmmode from the class using @Model(adaptables=Resource.class in AEM 6.3 - Adobe Experience Manager 03-09-2018
I meant both does the same job.@SlingObject @Source("sling-object")

Views

2.4K

Likes

0

Replies

0
Re: Looking for a document of cq/gui/components/coral/common/form/tagfield - Adobe Experience Manager 12-09-2019
Even though this post is already answered adding here some information if it can help other developers since I also stumbled upon same question myself.The documentation can be found in the following file /libs/cq/gui/components/coral/common/form/tagfield/render.jsp

Views

3.9K

Likes

0

Replies

0
Re: How to disable geolocation in publishing instance under AEM 6.3 - Adobe Experience Manager 29-11-2018
BigT168​ can you provide a link that you've followed or steps so others can find a solution.

Views

1.2K

Likes

0

Replies

0
Re: How to adaptTo a myComponent in Java - Adobe Experience Manager 24-08-2017
Thanks.I would like to add more detail and hopefully I can get an answer for that.I have a path pointing to a node which has the sling:resourceType is myList component. I wrote MyList.java using @Model(adaptables = SlingHttpServletRequest.class, adapters = MyList.class,resourceType = MyListImpl.RESOURCE_TYPE).Is there a way I can adaptTo(MyList.class) and get myList object.If MyList.java implements using @Model(adaptables=Resource), then I can do thisResource myListResource = resourceResolver.ge...

Views

760

Likes

0

Replies

0
Re: AEM 6.3 TagManager: is tagManger.find only looking for cq:tags property? - Adobe Experience Manager 31-07-2017
TagManager is meant to work on tags only. Take a look at TagManager (Adobe CQ 5.6.1 Java Documentation 5.6.1 API) for explanation of what it does.

Views

771

Likes

0

Replies

0
Re: Sightly question: how to adapt a class with a path - Adobe Experience Manager 26-07-2017
okay cool. I don't find an option to edit the answer after it is marked correct.

Views

1.0K

Likes

0

Replies

0
Re: Sightly in AEM 6.3: org.apache.sling.api.request.RecursionTooDeepException: - Adobe Experience Manager 23-07-2017
When you do looks for all the resources/nodes under your current resource... Depending on where your resource to be rendered is located, you should be using :or

Views

2.3K

Like

1

Replies

0
Re: Best way to create a news listing with title, date and short description - Adobe Experience Manager 19-07-2017
Take a look OOTB list component which have all things you need.it should be under /libs/wcm/foundation/components/list

Views

850

Like

1

Replies

0