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

keehwan1
keehwan1
Online

Badges

Badges
13

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
6

Posts

Posts
31

Discussions

Discussions
7

Questions

Questions
24

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by keehwan1
Customize the badges you want to showcase on your profile
Re: AEM community Blogs - Issue while creating large number of blogs. - Adobe Experience Manager 30-11-2018
Hi Kautuk,Have you resolved the issue?I've got exact same issue in AEM6.2 with yours.If it's resolved, could you share your solution?Thanks,Keehwan

Views

1.1K

Likes

0

Replies

0
Autocomplete search component - Adobe Experience Manager 02-10-2017
Hello,I am trying to create a search component that retrieves data from under certain node(s) in aem using an ajax call.I need the search to pull names for example in search box when I type.When I type 2 or 3 letters it should show me results in search box.What I am looking for now is any example aem docs or information.Thanks in advance,Keehwan

Views

1.0K

Likes

0

Replies

1
Re: [AEM 6.2 Classic UI ]how to show node name only for dam assets with Pathfield widget Browsing Dialog - Adobe Experience Manager 13-04-2017
smacdonald2008 wrote... A Pathfiled field in a dialog lets you select assets in the JCR from a dialog. For example: Then you can select the asset you want to use - as discussed here: https://helpx.adobe.com/experience-manager/using/movie.html Notice in this artilce - we use a Pathfield to select a digital asset from the AEM DAM. If you want too see all jcr:titles for web pages under /content - i am not sure the Pathfield control in a dialog will help you. Thank you SteveWhen we click on pathfiel...

Views

735

Likes

0

Replies

0
[AEM 6.2 Classic UI ]how to show node name only for dam assets with Pathfield widget Browsing Dialog - Adobe Experience Manager 13-04-2017
HelloWe have the following reqirements just like AEM 5.6.1 works.-show the node name for all dam assets-show the jcr:title for web all pages under /contentWe followed http://experience-aem.blogspot.ca/2016/06/aem-62-classic-ui-extend-pathfield-browse-dialog-show-node-name-not-dctitle-jcrtitle.htm.We found that it shows the node name for both dam assets and web pages which does not our requerment.Thanks in advance for your help.

Views

1.0K

Likes

0

Replies

2
Re: jquery version in AEM6.2 - Adobe Experience Manager 06-02-2017
Thank you, ScottThis issue has been resolved.The problem in our qa environment was cache in web server.qa author and pub get correct version of jquery from AEM6.2. However webserver used old version of jquery.After deleting cache in webserver, this problem hase been resolved.Thanks,

Views

833

Likes

0

Replies

0
Re: jquery version in AEM6.2 - Adobe Experience Manager 06-02-2017
I used clientlibs and included it with jquery1.13.1 on our components.Problem is that sometime this jquery is conflicted with jquery provided from AEM like when we use twitter compoent or some OOTB components.So we decided to use only jquery from AEM. But I recognized that it is lower version (1.8.1).I am not sure the jquery provided from AEM 6.2 is 1.8.1.We want to use relative high version like 1.13.1.

Views

900

Like

1

Replies

0
jquery version in AEM6.2 - Adobe Experience Manager 06-02-2017
Hello,We are upgrading AEM5.6.1 to 6.2.We need to use at least jquery 1.9.1 or higher for some compoents so we used single jquery in 5.6.1 which is not from AEM.We want to use a jquery provided from AEM in 6.2 using dependencies -cq:jquery and its version need to be 1.9.1 or higher.We checked the jquery version and it is 1.8.1.I would like to make sure what is the jquery version provided from AEM6.2.Another question, if the jquery is 1.8.1 in AEM6.2, what is good way to use higher version jquery...

Views

2.6K

Likes

0

Replies

6
multiple orderby querybuilder in 6.2 - Adobe Experience Manager 31-01-2017
Hello,This query in 5.6.1 or below works fine. But not work properly in 6.2.The number of search result is same but ,the result order is wrong in 6.2.I test in http://server:4502/libs/cq/search/content/querydebug.htmlAs you see, we use multiple orderby. path:/content/data/contactstype:cq:Page2_prop.value:332_prop:contactinfo/DEPTID1_prop.operation:like1_prop.value:/content/data/organizations/173%1_prop:contactinfo/ORGANIZATION_PATHorderby:@contactinfo/@LASTNAME_STRIP, contactinfo/@FIRSTNAME_STRI...

Views

1.5K

Likes

0

Replies

2
Re: issue with reading error log at CRXDE lite console - Adobe Experience Manager 25-01-2017
Thank you so much, Scott.This issure has been resolved. This is what I did.1) The hugh error.log was replaced with blank error.log.2) We restarted AEM 6.2.

Views

1.2K

Likes

0

Replies

0
Re: issue with reading error log at CRXDE lite console - Adobe Experience Manager 24-01-2017
Yes, we have error.log under \crx-quickstart\logs.It is quite hugh, 3.35gb. It includes WARN, INFO, ERROR. Mostly WARN.One of WARNs 23.01.2017 00:00:00.020 *WARN* [sling-default-2705-com.day.cq.dam.core.impl.ExpiryNotificationJobImpl] org.apache.jackrabbit.oak.spi.query.Cursors$TraversingCursor Traversed 2000 nodes with filter Filter(query=select [jcr:path], [jcr:score], * from [dam:Asset] as a where [jcr:content/metadata/prism:expirationDate] > cast('2017-01-22T04:00:00.011Z' as date) and [jcr:...

Views

1.2K

Likes

0

Replies

0