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

singh_divyas
singh_divyas
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
15

Discussions

Discussions
0

Questions

Questions
15

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by singh_divyas
Customize the badges you want to showcase on your profile
Re: Adding custom property in create tag Dialog - Adobe Experience Manager 15-10-2015
All the files under /libs stores the AEM default functionality. If you make any change in any of these files it will affect all website. If you changes is creating any issue, then It will be the issue for all site on that instance. As @Scott suggested, to minimize the risk, always override file.I guess here you can find the Tagging file which you can override : /libs/cq/tagging/widgets/source/widgets/admin/TagAdmin.Actions.js (w.r.t AEM 5.6.1)

Views

968

Likes

0

Replies

0
Re: Not able to send mails using Gmail SMTP server - Adobe Experience Manager 15-10-2015
Try building a custom eamil service within AEM:https://helpx.adobe.com/experience-manager/using/creating-custom-cq-email-services.htmlThis article walks you through how to do that. Then try connecting to the same SMTP server. Let us know what happens.

Views

2.0K

Likes

0

Replies

0
Re: datefield validation - Adobe Experience Cloud 15-10-2015
Hi there,Thanks for reaching out to Adobe Community.You may want to look at the below community article which talks about developing a custom xtype:https://helpx.adobe.com/experience-manager/using/creating-custom-xtype.htmlThanks!

Views

620

Likes

0

Replies

0
Re: Iparsys Issue - Adobe Experience Manager 15-10-2015
" create global header and footer"You are creating your headers and footers in separate JSPs right. ,Then you are pulling them into pages using cq:include:<%@include file="/libs/foundation/global.jsp"%><%%><%@page session="false" contentType="text/html; charset=utf-8" %><%%>This is the recommended way. See http://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/website.html

Views

545

Likes

0

Replies

0
Re: Regarding publish instance - Adobe Experience Manager 15-10-2015
Hi !To set up a publish instance on port 4503 of the desired host, you perform the same steps as in installing an author instance except that you create a directory named publish (instead of author) and you rename the quickstart.jar file ascq5-publish-p4503.jar. You can select any port number. So basically you need to add a "p" aswell to your filename in the publish folder Good luck

Views

1.1K

Like

1

Replies

0
Re: Dialog Box - Adobe Experience Manager 15-10-2015
What you can do is create hidden field in dialog and retrieve in jsp asString hiddenValue = properties.get("./hiddenfield", "some default value"));Node node = currentPage.getContentResource("jcr:content").adaptTo(Node.class);node.setProperty("hiddenPropName", hiddenValue);Session session = node.getSession(); session.save();Above is the sample code you can use, but I suggest you to create a jstl method in your tag library and perform the above logic in a class method.In jsp you just need to call ...

Views

564

Likes

0

Replies

0
Re: Custom Event - Adobe Experience Manager 15-10-2015
You can implement a custom AEM event handler. Seehttp://helpx.adobe.com/experience-manager/using/events.html.

Views

539

Likes

0

Replies

0
Re: Facebook Like Button giving error - Adobe Experience Manager 15-10-2015
Please check the documentation here: https://docs.adobe.com/docs/en/cq/5-6-1/administering/social_communities/social_plugins.htmlIt could simply be that's it's localhost, which Facebook cannot read.

Views

592

Likes

0

Replies

0
Re: Banner Component - Adobe Experience Manager 15-10-2015
Out of the box image component OR image text component should help for your usecase.

Views

537

Likes

0

Replies

0
This widget could not be displayed.
Re: Office 365 integration with Adobe CQ5 - Adobe Experience Manager 04-08-2016
hi,I have an requirement to enable AEM 6.1 login through Microsoft Office 365 My App. Has anyone performed this before ?

Views

756

Likes

0

Replies

0
Likes from