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

Siva_Sogalapalli
Siva_Sogalapalli
Online

Badges

Badges
35

Accepted Solutions

Accepted Solutions
49

Likes Received

Likes Received
190

Posts

Posts
249

Discussions

Discussions
57

Questions

Questions
193

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by Siva_Sogalapalli
Customize the badges you want to showcase on your profile
Re: Multified Component -Default Item - Adobe Experience Manager 24-03-2022
If you are using composite type multifield then your cq:template node should look like below

Views

193

Likes

2

Replies

0
Re: How to show hide feilds using Checkbox? - Adobe Experience Manager 24-03-2022
Hi @Prachi_Mathur Please check below and see if that helps.https://levelup.gitconnected.com/aem-conditionally-show-or-hide-a-field-based-on-a-checkbox-widget-or-anything-else-6b23b2515810 https://experienceleague.adobe.com/docs/experience-manager-65/developing/components/hide-conditions.html?lang=en https://adobe-consulting-services.github.io/acs-aem-commons/features/ui-widgets/show-hide-widgets/index.html

Views

92

Likes

2

Replies

0
Re: Assest API PUT and DELETE Methods are getting 501 Not Implemented Error - Adobe Experience Manager 18-03-2022
Thanks for the confirmation @kbitra1998 

Views

253

Like

1

Replies

0
Re: not able to capture words after space in coral/select(dropdown) - Adobe Experience Manager 16-03-2022
I am using acs commons generic list to populate options within coral3 dropdown. Here is my touch ui country field node - datasource node - Generic list options [Key, value pairs] - Based on selection united states/south korea is getting persisted as shown below - I believe you are populating the options using datasource, then please let us know what are you getting against 'value' key as shown below -

Views

101

Like

1

Replies

0
Re: multi select dropdown explaination - Adobe Experience Manager 16-03-2022
@rahul234dabas As replied in the below thread, the same works for this case as well but only additional property you need to add is mutliple =true and the values will be stored in comma separated string. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/not-able-to-capture-words-after-space-in-coral-select-dropdown/td-p/444654 Hope this helps.

Views

86

Like

1

Replies

0
Re: Query related to Multifield component - Adobe Experience Manager 15-03-2022
@sankarr26533925 the best practice to use Coral UI3, but not mix of both coral UI2 and coral UI3 .Also, please check below which has multifield with textfield in Coral UI3. You can also compare with your dialog.xml and see what is missing. https://aemhints.com/2020/10/24/coral-multifield-aem65/More info regarding Coral UI2 & 3 : https://developer.adobe.com/experience-manager/reference-materials/6-4/granite-ui/api/jcr_root/libs/granite/ui/components/legacy/coral2/coral2in3.html https://developer....

Views

91

Likes

2

Replies

0
Re: Updating href to assets whenever Migration - Adobe Experience Manager 15-03-2022
https://experienceleague.adobe.com/docs/experience-manager-65/assets/using/use-assets-across-connected-assets-instances.html?lang=en http://www.aemcq5tutorials.com/tutorials/adobe-aem-cq5-tutorials/connected-assets-aem-6-5/ please check above and see if that helps.

Views

1.2K

Like

1

Replies

0
Re: Structured Data Implementation - Adobe Experience Manager 15-03-2022
You can try multiple ways: Option 1 : Add new text area filed called in page properties and where content author can directly add the json LD script. You can also add check box to enable or disable structured data (optional) something like as shown below. If the script is configured and enabled then load the script within {propertes.jsonldscript} something like this.Challenge: Content authors should have knowledge about script and make sure they are adding proper script.Option 2: As @BrianKasi...

Views

218

Like

1

Replies

0
Re: How to call a servlet from react component - Adobe Experience Manager 11-03-2022
I tried that not solved. I found the below error on bundle consoleand the project in install state not active

Views

650

Like

1

Replies

0
Re: Getting syntax/wildcard character error while trying to deploy to Disptacher. - Adobe Experience Manager 11-03-2022
The "problem" is that you have an include statement in /etc/httpd/conf.d/dispatcher_vhost.conf, which includes "*.vhost" files. But this glob does not match any file. That could be a typo. But if that's exactly what you want and having zero files in that folder is ok, then you should switch to the "IncludeOptional" statement, which explicitly allows this.

Views

151

Like

1

Replies

0