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

Suraj_Kamdi
Suraj_Kamdi
Online

Badges

Badges
37

Accepted Solutions

Accepted Solutions
44

Likes Received

Likes Received
170

Posts

Posts
175

Discussions

Discussions
33

Questions

Questions
142

Ideas

Ideas
5

Blog Posts

Blog Posts
1
Top badges earned by Suraj_Kamdi
Customize the badges you want to showcase on your profile
Re: Adding RTE Plugin in page component dialog - Adobe Experience Manager 30-07-2021
@keehwan1 First create copy cq:dialog structure from core/page component and then add additional tab and RTE field as resource type. ............... Go through following code snippet....

Views

201

Like

1

Replies

0
Re: Passing path parameters in Servlet - Adobe Experience Manager 29-07-2021
@aemninja Then use following code $.ajax({ url : "/bin/servletPath", type : "GET", data : { : , : }, });& inside Servlet get the values String value_1 = slingRequest.getParameter("");String value_2 = slingRequest.getParameter("");OR Enumeration enumeration = slingRequest.getParameterNames(); // in case multiple parameters

Views

1.4K

Like

1

Replies

0
Re: Passing path parameters in Servlet - Adobe Experience Manager 28-07-2021
@aemninja 1. Are Value1 & Value 2 belongs to the product node?2. Where Path servlet is getting called inside AEM component/ Page Or as an Ajax Call?

Views

1.4K

Like

1

Replies

2
Re: Default value to select in Dropdown AEM 6.4 - Adobe Social 28-07-2021
@brijesht7477132 In order to avoid additonal code for datasource servlet/ sling model.We can use cq:template node to set initial default values for any kind of select datasource, textfield, radiogroup, checkbox etc. resource type.Just add cq:teamplte node inside AEM component.=""/>

Views

1.3K

Like

1

Replies

1
Re: Calling USE API script from JSP - Adobe Experience Manager 20-07-2021
@PremIBIf you are working on the touch ui component then visit to https://experience-aem.blogspot.com/2021/03/aem-cloud-service-css-and-color-picker-plugin-rte-rich-text-editor.html This will give you some idea

Views

279

Likes

0

Replies

0
Re: Calling USE API script from JSP - Adobe Experience Manager 19-07-2021
@PremIB As per my knowledge you need to write the whole logic into the JSP file itself and inside the scriptlet tags.ex. <% String propertyName = properties.get("propertyName", String.class); %> P.S. It better to use Sightly /HTL based component over JSP based component.

Views

318

Like

1

Replies

2
Re: How can we add a link (<a href>LINK</a>) in fieldDesc... - Adobe Experience Manager 10-05-2021
@airnavin30 Yes we can do that... By implementing the same using granite:id / granite:class by providing some unique id

Views

1.2K

Likes

0

Replies

0
Re: Project bundles does not start after couple of builds... - Adobe Experience Manager 29-04-2021
@hptarora Yeah, this is a known issue whenever you hit mvn clean install -PautoInstallBundle command. AEM shows the blank screen in edit mode and this mainly because the project bundle goes to the installed state. To overcome this problem just wait for 5-10 min to activate the project bundle from the installed state. If this does not solve the problem then go to http://localhost:4502/system/console/bundles and then project bundle, then action and click on the active button (Play icon). It will r...

Views

495

Like

1

Replies

0
Re: Experience League Communities launches the Gamification - Adobe Experience Manager 26-04-2021
@kautuk_sahni I really liked this new gamification concept. This will helps us to involve more community members to help, support, discuss, and share their expertise.

Views

14.0K

Likes

3

Replies

1