コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Where commerce.addcartentry.html (commerce components) points to?

Avatar

Level 3

Hi Guys,

 

I just want to understand the addcart working in AEM, basically the code written in product.jsp initiates the process of adding items to cart but I'm confused at this code:

<form class="product-form" method="POST" action="<%= xssAPI.getValidHref(addToCartUrl) %>"

          onsubmit="return validateProductQuantity('<%= productQuantityId %>') && trackCartAdd(this)">

 

If you can see the action here, it points to your_page..commerce.addcartentry.html , but I couldn't find any page which resembles to such URL?

Could you please let me know after submitting this form how the control flow happens and where the compiler is pointing when it says .commerce.addcartentry.html?

1 受け入れられたソリューション

Avatar

正解者
Employee

Hi,

if you want to see how a URL is resolved, have a look in recent requests from the Felix console. This explains how a request is resolved.

Clear the recent requests and then hit your URL.

You should also become familiar with the Sling cheat sheet[1]

Regards,

Opkar

[1] https://docs.adobe.com/docs/en/aem/6-1/develop/platform/sling-cheatsheet.html

元の投稿で解決策を見る

2 返信

Avatar

Level 6

Try use the Sling Servlet Resolver:

http://localhost:4502/system/console/servletresolver

Att

Avatar

正解者
Employee

Hi,

if you want to see how a URL is resolved, have a look in recent requests from the Felix console. This explains how a request is resolved.

Clear the recent requests and then hit your URL.

You should also become familiar with the Sling cheat sheet[1]

Regards,

Opkar

[1] https://docs.adobe.com/docs/en/aem/6-1/develop/platform/sling-cheatsheet.html