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

askdctm
askdctm
Offline

Badges

Badges
35

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
49

Posts

Posts
476

Discussions

Discussions
57

Questions

Questions
419

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by askdctm
Customize the badges you want to showcase on your profile
Re: Thoughts on integrating AEM with GSA[Google Search Appliance] - Adobe Experience Manager 10-07-2016
GSA is Web crawler but SOLR is more of content indexing engine? Of course both are search engines but solve very different problems. I am wondering how you are saying that both do the similar work? Am i Missing something?

Views

1.2K

Like

1

Replies

0
Re: Need help with Junit for the below mentioned WCMUse class : Bit Urgent - Adobe Experience Manager 30-06-2016
Hi All,Additional observation:When I "debug as Junit test", just for this junit class it throws message as seen in screenshot. If i click ok for 3-4 times it then goes to debug mode. Did run couple of builds, restarted eclipse, manually placed core bundle[having java code] into system/console/configMgr, but still the same. Has this got anything to do with the errors its throwing for WCMUse methods.

Views

4.8K

Like

1

Replies

0
Re: Make pathfield inside multifield mandatory[* to appear against field name in component dialog] - Adobe Experience Manager 02-04-2018
Hi Lokesh,It seems required=true is not adding '*' by default.

Views

3.4K

Likes

0

Replies

0
Re: How to make 'limit' property set on the fieldConfig node under the multifield configurable. - Adobe Experience Manager 13-06-2016
Hi All,Suppose I enter 3 in a textfield [property xyz], adding a listener there to get the value. Able to get the value. But not sure how to populate that to limit field in fieldconfig[in the above mentioned article]Trying the below:function(comp) { var dlg = comp.findParentByType('dialog'); var sel = dlg.getField('./xyz').getValue();console.log(sel); var field = dlg.getField('limit');field.setValue(sel);}Any thoughts/snippet will be helpful.

Views

964

Likes

0

Replies

0
Re: Limit pathfield to 1 inside a multifield - Adobe Experience Manager 09-06-2016
I agree with @leaasling. Keep the path field out of the multifield so you dont have to put the extra 'limitation' to it.

Views

607

Likes

0

Replies

0
Re: Facing issues while passing string array from Sightly to Java WCMUse Class - Adobe Experience Manager 07-06-2016
Hi As mentioned by BEN, Please check the quotes.You are using:- What you should use is:- See this blog post:- http://blogs.adobe.com/experiencedelivers/experience-management/sightly-intro-part-4///data-sly-use.mycomp="${ 'com.myproject.MyComponent'@ param1='value1', param2=currentPage}">${mycomp.calculatedValue}Here value1 is actual string passed, but for current page we have used param2=currentPage.I hope this will help you.Thanks and RegardsKautuk Sahni

Views

747

Likes

0

Replies

0
Re: How to restrict number of tags we are able to select in the component dialog - Adobe Experience Manager 12-06-2016
askdctm wrote... Hi Kautuk, Phewwww. At last able to get it to work. Thanks a ton Excellent!!Please share a solution with small code for communities benefit. Thanks and RegardsKautuk Sahni

Views

1.7K

Likes

0

Replies

0
Re: Facing issues getting custom property value present in 'Advanced' tab. - Adobe Experience Manager 31-05-2016
Anything which is in the page properties dialog should be present in the jcr:content node.Try something like thisResource pageResource = resourceResolver.getResource("pagePath"+ "/jcr:content");String customProperty = pageResource.getValueMap().get("customProperty", "").toString(); ThanksTuhin

Views

751

Likes

0

Replies

0
Re: Image widget wherein we should be able to drop an image from content finder along with click to upload from local machine : BIT URGENT - Adobe Experience Manager 30-05-2016
Reference:- /libs/granite/ui/components/foundation/form/fileupload// For Uploading files from File system.

Views

484

Likes

0

Replies

0