Questions tagged [atg]

ATG's (Art Technology Group) Web Commerce platform. As of version 11 known as Oracle Commerce.

Art Technology Group (ATG) was an independent Internet technology company specializing in eCommerce software and on-demand optimization applications until its acquisition by Oracle on January 5, 2011. ATG continues to be based in Cambridge, Massachusetts and operates under its own name as a subsidiary of Oracle. The company is a provider of eCommerce software and related on-demand commerce optimization applications. ATG's solutions provide merchandising, marketing, content personalization, automated recommendations, and live-help services.

450 questions
0
votes
4 answers

How to invoke FormHandler thru AJAX directly

Can we invoke ATG FormHandler thu AJAX ?Do I have a hope ?
Gopal
  • 163
  • 1
  • 11
-1
votes
2 answers

How to run ant build in jenkins?

Please look into the screenshot below Am trying to execute in the batch command! what am I making a mistake? set DYNAMO_HOME=C:/ATG/ATG11.3.2/home echo DYNAMO_HOME D:/Users/aswad/Downloads/apache-ant-1.9.15-bin/apache-ant-1.9.15/bin/ant…
Aswad Shaik
  • 53
  • 1
  • 10
-1
votes
1 answer

Can a ATG project can be deployed in Apache Tomcat?

I created a simple project using ATG 10.2 .I want to know whether it can be deployed in Apache Tomcat Server?.If yes How to deploy it ?
nsuriya239
  • 89
  • 1
  • 2
  • 11
-1
votes
1 answer

How to pass Data from JSP File to droplet using Ajax

I want to pass data from jsp file to droplet using ajax. function myNotification(productId,skuId,product) { if (confirm('Are you sure?')) { $.ajax({ type : "POST", url : "merchant_popup.jsp", data : { …
Lankani
  • 1
  • 3
-1
votes
1 answer

How to update dsp:droplet with ajax?

I have a scheduler that updates value every 10 seconds. This scheduler is used inside a droplet. This droplet is used on a jsp page
-1
votes
3 answers

Pass Input value to java file in ATG

I'm new for atg and I have input field in my .jsp file as below.. I want to pass value in this field, to my java file. I don't know hoe to do that. Can anyone help…
Lanka
  • 29
  • 2
  • 11
-1
votes
1 answer

Oracle ATG: Select and Delete all list items from BCC cosole on single click

Oracle ATG OOTB dones not provide a option to select all list type items and deleting all in a single click. Ex: Create a BCC project, Go to any particular product and you will find many SKU's for that product(if it was already added). There is a…
-1
votes
1 answer

Cannot add more products under on category in ATG

When I tried to add more than 5,000 products under a single category, its taking more than 8 hours to execute. Is there any alternatives?
muTheTechie
  • 1,443
  • 17
  • 25
-1
votes
1 answer

Can multiple threads in application server modify request-scoped component?

I have an ATG application running on a jboss as an App Server. The request-scoped component(bean) say CartManager has a method addToBag(...). Since it has request scope my understanding is that its instantiated upon each request and the App Server…
Vladimir
  • 12,753
  • 19
  • 62
  • 77
-1
votes
2 answers

error while connecting the dyn/admin in atg

,531 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/dyn/admin].[AdminProxyServlet]] (http-/127.0.0.1:8080-2) JBWEB000236: Servlet.service() for servlet AdminProxyServlet threw exception: java.lang.NoClassDefFoundError:…
santosh
  • 21
  • 8
-1
votes
1 answer

How do I make an AJAX call or submit form in ATG

How do I make an AJAX call or submit form in ATG. Here's the code I'm using: document.getElementById("myP").style.visibility = "hidden"; Will this work in the sense of ATG?
pradeep murugan
  • 531
  • 1
  • 9
  • 18
-1
votes
1 answer

how to display respective error after every field in atg using ErrorMessageForEach droplet?

It is displaying below when I use below code but I want it respective error message after respective field `
OVP10
  • 3
  • 2
-1
votes
2 answers

One JMS Queue with Multiple Consumer

I have an Oracle Commerce Application which is consuming Messages over one JMS Queue. I have Ten Consumers all with same destination Queue. I would like to understand Pros and Cons of this architecture and how to optimize this.
-1
votes
3 answers

how to pass javascript value to same jsp page

I want to get page url from java script and check that url value to blow the script(inside same jsp page).
-1
votes
1 answer

how to login a Use without asking for a password in ATG?

I need to login user depending on some parameter/flag i will be setting, how to log him in without asking for a password?
raj
  • 1
1 2 3
29
30