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

arunpatidar
arunpatidar
Online

Badges

Badges
57

Accepted Solutions

Accepted Solutions
1211

Likes Received

Likes Received
2755

Posts

Posts
4263

Discussions

Discussions
1043

Questions

Questions
3223

Ideas

Ideas
26

Blog Posts

Blog Posts
9
Top badges earned by arunpatidar
Customize the badges you want to showcase on your profile
Re: How to make two text box in edit dialog box appear row wise instead of column wise ?? - Adobe Experience Manager 28-05-2018
Hi,I'll suggest you to add granite:class property in your items to add extra class which can handle your item layout otherwise you have to take care to apply it only for specific item.ThanksArun

Views

1.9K

Like

1

Replies

0
Re: JUNIT for aem component classes, sling servlets - Adobe Experience Manager 26-05-2018
You can go through with below articles to understand AEM TestingAdobe CQ/Adobe AEM: How to Write Tests in AEMUsage | AEM Mocks

Views

728

Like

1

Replies

0
Re: Workflow Notification Templates for Specific Workflow EventTypes - Adobe Experience Manager 25-05-2018
You can add your event topic in osgi config and create email template at /etc/notification/email/default like other eventTypes

Views

194

Likes

0

Replies

2
Re: How to make two text box in edit dialog box appear row wise instead of column wise ?? - Adobe Experience Manager 25-05-2018
Hi,This can be done with the help of CSS but I don't think so it would be a good idea because in dialog the appearing wouldn't be nice if dialog width is less.ThanksArun

Views

1.9K

Likes

0

Replies

1
Re: How to get the path of the component instance under a page, that's invoking a servlet? - Adobe Experience Manager 25-05-2018
There is a way to achieve this by making call to Sling servlet (which is registered via resourcesType="componentPath") using java and get component path using request.getResource().getPath()But this required credential to make a succesful request in Author, I think you can do it without credential(Authentication) in the Publish instance.I don't know if this is feasible or not from your end but I am able to do it in my local instance.Below is JS file which making kind a ajax call from component//...

Views

4.9K

Likes

0

Replies

0
Re: AEM 6.3 Check edit mode issue in HTL - Adobe Experience Manager 25-05-2018
@EmericLYou need to change the mode other than EDIT before reloading the page without editor.htmlHope this will help.

Views

1.3K

Likes

0

Replies

0
Re: Unable to read images when using clientlib with allowproxy - Adobe Experience Manager 24-05-2018
Hi,Yes , if you set the allowProxy property Using Client-Side Libraries

Views

1.5K

Like

1

Replies

1
Re: Unable to read images when using clientlib with allowproxy - Adobe Experience Manager 24-05-2018
A static resource can only be accessed via the proxy, if it resides in a resources folder like a resource below the client library folder.As an example:You have a clientlib in /apps/myproject/clientlibs/fooYou have a static image in /apps/myprojects/clientlibs/foo/resources/icon.pngThen you set the allowProxy property on foo to true.You can then request /etc.clientlibs/myprojects/clientlibs/foo.jsYou can then reference the image via /etc.clientlibs/myprojects/clientlibs/foo/resources/icon.png

Views

1.5K

Likes

4

Replies

1
Re: Asset Link Share feature in AEM - Adobe Experience Manager 24-05-2018
Hi,adhocassetshare node is not available in AEM 6.2 and 6.3, instead of that share node is there, which you already hide.ThanksArun

Views

833

Likes

0

Replies

0
Re: Sitemap (SEO) best practices - Adobe Experience Manager 23-05-2018
Hi Anuj,Please check Sling:mapping if helps Apache Sling :: Mappings for Resource Resolution Here you might be looking for sling:internalRedirectHow to configure Internal and External Redirects in CQ5 | aemblog

Views

1.4K

Likes

0

Replies

0