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

Shehjadkhan
Shehjadkhan
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
10

Posts

Posts
72

Discussions

Discussions
7

Questions

Questions
65

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Shehjadkhan
Customize the badges you want to showcase on your profile
How to add dymamicly edit option on parsys right click in touch mode. - Adobe Experience Manager 14-05-2017
Hi All,As part of some custom implementation.I have overlayed these 2 below file under this folder /libs/cq/ui/widgets/source/widgets/wcmEditBase.Actions.jsEditBase.jsto introduce one new option when you right click on parsys. (Please see at attached image)If I have to implement something similar to touch UI which are the files I have to modify. Also if you have done something similar to this let us know what code flow would be.Thanks,Shehjad

Views

396

Likes

0

Replies

1
SlingHttpServletRequest getCookies() method returning null on publish - Adobe Experience Manager 01-12-2016
Hi All,I have written a simple method to read cookie value (code below). Code works fine in author environment but breaks in publish as request.getCookies() returns null to me. I have white-listed the cookie in Opt configuration. Please can someone help what should i do to fix this.After it works fine in publish, I hope it works in Dispatcher also.Thanks,Shehjadpublic static String readCookieValue(final SlingHttpServletRequest request, final String name) { final Cookie[] cookies = request.getCoo...

Views

1.4K

Likes

0

Replies

2
Caching API response on dispatcher - Adobe Experience Manager 10-08-2016
Hi All,I am integrating AEM with Hybris. On product page I make an API call to Hybris to get product data which returns response in form of JSON.As my product data would not change much so I want to cache the JSON response on dispatcher. How in my code I can make sure that when product data is requested it is served from dispatcher and no call goes to Hybris if it is cached if not cached my code should make the API call. Please can someone give pointer configuration and approach required to achi...

Views

1.2K

Likes

0

Replies

1
Re: How to start AEM 6.2 in debug mode by clicking on jar file - Adobe Experience Manager 19-07-2016
Thank you all for your answers. I am aware how to modify the start.bat file inside crx-quickstart folder which gets generated when we click on the jar. But here what I want to do is to unzip the jar which will have folders as shown in the image modify some script which i expected to be some property file or bat file. Zip the jar again and then click on the jar again, when i click on the jar it should start in debug mode, as loki said if that is not possible then it is other matter.Kind regard,Sh...

Views

3.6K

Likes

0

Replies

0
How to start AEM 6.2 in debug mode by clicking on jar file - Adobe Experience Manager 19-07-2016
Hi All,I want to modify my aem installer jar file, such that when I click on it start in debug mode by default.I know the process to start AEM in debug mode by adding required JVM params in start.bat file as below::* default JVM options if not defined CQ_JVM_OPTS set CQ_JVM_OPTS=-Xmx2048m -XX:MaxPermSize=512M -Djava.awt.headless=true -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=30302'To modify my jar I unzipped it, inside which I found one folder called static inside which I ...

Views

15.8K

Likes

2

Replies

4
AEM 6.2 restart issue - Adobe Experience Manager 19-07-2016
Hi All,I am facing very weird issue, after I restart my AEM 6.2 server using start.bat or quickstart.bat some of my classes are not loading properly and I am getting this below error.org.apache.sling.scripting.sightly.SightlyException: Cannot find a a file corresponding to class org.apache.sling.scripting.sightly..SightlyJava_page in the repository. at org.apache.sling.scripting.sightly.impl.compiler.SightlyJavaCompilerService.compileRepositoryJavaClass(SightlyJavaCompilerService.java:212) at or...

Views

1.1K

Likes

0

Replies

3
Re: org.eclipse.jetty.http.HttpGenerator Ignoring extra content warning - Adobe Experience Manager 07-04-2016
Sure Scott, I have opened a day care ticket for this.Thank you

Views

1.1K

Likes

0

Replies

0
Re: org.eclipse.jetty.http.HttpGenerator Ignoring extra content warning - Adobe Experience Manager 07-04-2016
Looks like it is product bug able to reproduce this on geometrixx page also.I just added a redirect property on one the geometrixx page and opened it in preview mode and i can see the warning coming

Views

1.1K

Likes

0

Replies

2
org.eclipse.jetty.http.HttpGenerator Ignoring extra content warning - Adobe Experience Manager 07-04-2016
Hi All,Currently we have some dynamic pages in AEM and content on the page is rendered on the basis last section of url - For example /a/b/id.html so using id in the url we render the whole content of the page.where a and b in the url would be Seo friendly name of the product. If the seo friendly name are wrong we redirect the user to correct url. When i doing so I am getting warning "org.eclipse.jetty.http.HttpGenerator Ignoring extra content warning" because of this logs are getting filled ver...

Views

1.5K

Likes

0

Replies

3
Re: Encoding url in sightly - Adobe Experience Manager 04-04-2016
Thank you, Yes I can do something like this.

Views

1.7K

Likes

0

Replies

0
Likes from