Questions tagged [atg-droplet]

Droplet is a combination of Servlets and javaBeans used while building ATG dynamo applications.

You can embed these droplets in your JSPs to display dynamic content. These droplets can be nested and pass parameters between themselves. These Droplets are also called as DynamoServlets. There are lot many out-of–box droplets provided by ATG.

The dsp:droplet tag lets you invoke a servlet bean from a JSP page. It encapsulates programming logic in a server-side JavaBean and makes that logic accessible to the JSP page that calls it. Tag output is held by its parameters, which can be referenced by nested tags.

35 questions
0
votes
1 answer

Oracle ATG BCC Deployment

How to deploy an Html content to BCC server in Oracle ATG? I need to deploy the Html page from my Bcc, so it gets reflected in my production server. I am new to ATG, so i don't know how to start with the basic scratch work. Things i have started as …
0
votes
1 answer

After hitting "Power Cycle" on DigitalOcean, the app doesn't work

I needed to create an image of the current droplet on DigitalOcean, so I powered off the droplet from dashboard, created the new image of the current droplet and then wanted to turn on the droplet again. So I hit "Power Cycle". The problem is that…
user984621
  • 46,344
  • 73
  • 224
  • 412
0
votes
1 answer

Request parameters not recognised by DropletInvoker.invokeDroplet

I'm trying to invoke RQLQueryForEach droplet from using DUST's DropletInvoker by using below code. HeadPipelineServlet dynamoHandler = (HeadPipelineServlet)…
Buddha
  • 4,339
  • 2
  • 27
  • 51
0
votes
1 answer

How to invoke GiftlistSiteFilterDroplet in Oracle ATG commerce?

I know how to invoke an ATG droplet from a jsp page. Below code snippet calls the GiftListSiteFilterDroplet.
Buddha
  • 4,339
  • 2
  • 27
  • 51
-2
votes
1 answer

SQL Statement Failed in ATG

I am working in an ATG application. Today, i got the below SQL Exception in /atg/userprofiling/ProfileAdapterRepository and this is because of the violation of unique constraint. atg.repository.RepositoryException;…
Vijay
  • 21
  • 1
1 2
3