atg-droplet

Working with ATG Rest full API addItemToOrder ERROR

孤街醉人 提交于 2019-12-12 00:55:17
问题 As advised from the question:ATG Rest full API addItemToOrder is not working I have created an organization and added the user in it null pointer exeption got cleared but,Now new error started coming up below are the server error **** debug Fri Jul 22 09:30:45 EDT 2016 1469194245004 /atg/siebel/integration/LogMessageHandler <?xml version="1.0" encoding="UTF-8" standalone="no"?> **** debug Fri Jul 22 09:30:45 EDT 2016 1469194245004 /atg/siebel/integration/LogMessageHandler <S:Envelope xmlns:S=

ATG Rest full API addItemToOrder is not working

孤者浪人 提交于 2019-12-12 00:42:30
问题 I am working on ATG Web-commerce REST Full API, addItemToOrder is not working. This is the Error: { "formError": true, "formExceptions": [ { "localizedMessage": "Unable to process the request currently. Please try again after some time", "errorCode": "atg.droplet.DropletException" } ], "concurrentUpdate": false } http://IP:Port/rest/model/atg/commerce/order/purchase/CartModifierActor/addItemToOrder I have checked the server log file, Null pointer exception is showing. /atg/dynamo/servlet

How to generate a dynamic URL using <dsp:a> in Oracle Commerce(ATG)

大憨熊 提交于 2019-12-03 10:12:43
问题 I'm trying to display list of products in a jsp using ProductLookup droplet as shown below. I'm also trying to give a hyperlink to navigate to product details page of the individual product. <dsp:droplet name="/atg/commerce/catalog/ProductLookup"> <dsp:param param="element.id" name="id"/> <dsp:oparam name="output"><br/> <dsp:a href="display_product.jsp?itemId=${id}"> Product display Name: <b><dsp:valueof param="element.displayName"/></b><br/> Product description Name: <dsp:valueof param=