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
Create a tag while typing - Adobe Experience Manager 25-04-2018
In AEM 6.3 SP2, using structured content fragment model. One question, how to implement the tag so the author can type any text and it dynamically creates the tag. Similar one as you implemented in this forum?Any help, please.Thanks.

Views

5.4K

Likes

0

Replies

6
why I see three service ID for one service I created - Adobe Experience Manager 19-04-2018
In AEM 6.3 SP1, I create a service@SlingServlet(paths={"/service/prodService"}, extensions = { "json" }, methods = "GET", metatype=false)public class ProdService extends org.apache.sling.api.servlets.SlingAllMethodsServletAfter build/deploy, I check the bundle, it creates three service ID, two of them are exactly same.Service ID 6623 Types: javax.servlet.Servlet Component Name: com.service.ProdService Component ID: 3090Service ID 6624 Types: org.apache.sling.spi.resource.provider.ResourceProvide...

Views

2.2K

Likes

0

Replies

1
How to get content of content fragment in the previous version? - Adobe Experience Manager 09-04-2018
Using AEM 6.3 core version 2 and created a content fragment model.After creating a fragment based on this content fragment model, I can see a list of versions under the Timeline for a particular content fragment, but how to view the content from the previous content fragment? Where does Adobe store the content fragment of previous versions?Thanks.

Views

1.1K

Likes

0

Replies

1
How to modify the tag value in Content fragment model json output - Adobe Experience Manager 05-04-2018
Using AEM 6.3 core version 2.Like content fragment model and model.json output.However, my tag definition is mytag:prod/shoe, mytag:prod/shirt. In the json output, instead the tag value mytag:prod/shoe, I would like to get only shoe without name space and parent's folder.and I also have to know if this is a tag, where to get the metaType=tags?Does anyone know how I can accomplish this?Thanks.

Views

781

Likes

0

Replies

0
Re: Custom Multifield is not working In AEM 6.3 - Adobe Experience Manager 21-03-2018
I just tried, it doesn't work without coral foundation.

Views

2.5K

Like

1

Replies

0
Re: Custom Multifield is not working In AEM 6.3 - Adobe Experience Manager 21-03-2018
I think you use mix the foundation class, one with coral and one without coral. I add the sale into my dialog, it works for me. The value is false by default otherwise it is enable.If you use all coral foundation class in the dialog, the multifield will store each one as node instead string array.

Views

2.5K

Like

1

Replies

0
Re: Custom Multifield is not working In AEM 6.3 - Adobe Experience Manager 20-03-2018
can you show me the dialog definition? It should work.

Views

2.5K

Like

1

Replies

0
Re: Custom Multifield is not working In AEM 6.3 - Adobe Experience Manager 20-03-2018
if you define as checkbox, add uncheckedValue there. See an example below.

Views

2.5K

Like

1

Replies

0
Re: Is it possible to achieve with one sling service - Adobe Experience Manager 19-03-2018
Finally, I did this way, not sure if it is best practice.@SlingServlet(paths={"/myService"}, extensions = { "json" },methods = "GET", metatype=true)To access this service, http://localhost:4502/myService.json/home or http://localhost:4502/myService.json/faq, home and faq is the suffix as an input parameter.

Views

1.6K

Like

1

Replies

0
Re: Is it possible to achieve with one sling service - Adobe Experience Manager 14-03-2018
Thank you for the information. It is very helpful.However, I really like the calling URL to be /bin/myservice/home instead /bin/myservice.home. Using sling selector, the URL becomes /bin/myservice.home. Any suggestions?Thank you.

Views

9.0K

Likes

0

Replies

1