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

Sayali1
Sayali1
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Sayali1
Customize the badges you want to showcase on your profile
Re: AMP(Accelerated Mobile Page) Form Support In AEM - Adobe Experience Manager 11-07-2020
In jcr every node has a node-type (value of "jcr:primaryType"). Most node-types define a schema of properties that are allowed on that node and that has to be defined in the schema. If you try to add and persist (commit) a property that is not defined, you get exactly this ConstraintViolationException.So here's what likely happened: You've tried to create and store a property on a node that has a strict schema, where that is not allowed.

Views

370

Likes

0

Replies

0
Re: Facing issue with a toggle component - Adobe Experience Manager 27-06-2020
Javscript logic is wrong -It should be like$("#moreli").click(function() { $( this ).css("display", "none"); $( this ).sinbling("#lessli").css("display", "block"); $( this ).sinbling(".hide-more").css("display", "block"); }); Above cpde is just for reference, please implement logic based on current(this) object to deal with individual instance.

Views

275

Like

1

Replies

0
Re: Accelerated Mobile Pages (AMP) support in AEM - Adobe Experience Manager Mobile 15-06-2020
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/amp-accelerated-mobile-page-form-support-in-aem/qaq-p/366536

Views

1.4K

Likes

0

Replies

0
Re: On form submission getting the following error: javax.jcr.nodetype.ConstraintViolationException: No matching property definition: txn_type = PP - Adobe Experience Manager 13-06-2020
I am facing a similar issue when I am trying to submit my AMP(Accelerated Mobile Page) form.Please find the following link of the raised issue below and provide a solution if anyone has worked with AMP forms in AEM.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/amp-accelerated-mobile-page-form-support-in-aem/qaq-p/366536

Views

454

Likes

0

Replies

0