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

mohanb
mohanb
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
18

Posts

Posts
76

Discussions

Discussions
28

Questions

Questions
48

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mohanb
Customize the badges you want to showcase on your profile
avoid copying attribute values during livecopy - Adobe Experience Manager 18-01-2017
HiDuring rollout all attributes from source page are copied to destination/ livecopy page. Is this any configuration setting where we can specify what attributes to copy, what not to copy and whether to retain same value as in source page? Any pointers would be helpful. Thanks.

Views

3.1K

Like

1

Replies

5
Re: make dropdown support type ahead feature - Adobe Experience Manager 09-01-2017
Thank you

Views

942

Likes

0

Replies

0
make dropdown support type ahead feature - Adobe Experience Manager 08-01-2017
HiIs there any property that can set on "granite/ui/components/foundation/form/select" component so that it supports users to type in values available in dropdown and allows to filter it? Is this feature available or to be custom built?Thank you.

Views

990

Like

1

Replies

2
injecting custom css styles for html tags generated by RTE - Adobe Experience Manager 14-11-2016
Hi Is there any standard/ pre-defined way to inject styling information for html snippets generated from the rich text editor?like must be or adding attributes on the fly for html elements generated.

Views

5.3K

Like

1

Replies

6
Re: AEM Email API Issue. - Adobe Experience Manager 14-11-2016
try restarting bundles, i had faced issues and it was due to resolution dependency issues. restarting components/ respective bundles resolved issue.

Views

4.4K

Likes

0

Replies

5
Re: custom liveaction implementation using BaseAction and BaseActionFactory - Adobe Experience Manager 07-11-2016
I am able to resolve this exception during maven build by explicit manual addition of cq-msm-commons jar file to (local) maven repository. You can download this jar from AEM environment and add it to your maven repository using command mentioned below.mvn install:install-file -DgroupId=com.day.cq.wcm -DartifactId=cq-msm-commons -Dversion=1.1.2 -Dpackaging=jar -Dfile=after adding this jar to your maven repo, mvn build and package installation will work as expected.

Views

943

Likes

0

Replies

0
Re: custom rollout and custom liveaction issues - Adobe Experience Manager 04-11-2016
Is this article published?

Views

1.4K

Likes

0

Replies

0
Re: custom rollout and custom liveaction issues - Adobe Experience Manager 02-11-2016
HiIs your action getting trigger when you do rollout first time? TIA

Views

1.4K

Likes

0

Replies

0
Re: custom liveaction implementation using BaseAction and BaseActionFactory - Adobe Experience Manager 01-11-2016
Hi @smacdonald2008They're NOT DUPLICATE issues. This thread is related to using BaseActionFactory, BaseAction, FilteredAction classes to create a custom live action. I am trying to implement as per steps mentioned in the artcile http://suryakand-shinde.blogspot.com/2015/01/custom-synchronisation-or-rollout.html When i try to build using mvn, i scr plugin error i've mentioned above. NOTE : not duplicate. separate threads are posted for 2 different implementation approaches

Views

957

Likes

0

Replies

0
Re: custom rollout and custom liveaction issues - Adobe Experience Manager 01-11-2016
Thanks @smacdonald2008Issue was with getName() method which returned null in the article code and that's fixed in the github code you've pointed. now #2, error in the log files is not appearningcustom live action registered under the node doesn’t appear on screen. i’ve seen default and other roll-out configuration which displays all the information when page is viewed. attached is the screenshot. Also, when i edit/save the settings of rollout config, i see below error message in error.log. #1, i...

Views

1.4K

Likes

0

Replies

0