When an agent creates a new gift list, they use a form that is available on the Customer Profile. This form can be modified to include fields or information. There are two properties files that can be configured for the New Gift List form, the default configuration and the extended configuration.

The default configuration for the Create Gift List Form, which is located at /DCS-CSR-UI/config/
atg/commerce/custsvc/ui/fragments/gift/GiftListCreateDefault.properties
, contains the following settings:

URL=/include/gift/giftlist/giftlistCreateUIFragment.jsp
servletContext=DCS-CSR

The extended configuration properties file, GiftListCreateExtended.properties, does not contain a reference to a JSP file.

The JSP file that is creates the Gift List form is located at /panels/gift/
GiftListcreate.jsp
and is configured to import the following page fragment
s:

<dsp: importbean var="defaultPageFragment"
  bean="/atg/commerce/custsvc/ui/fragments/gift/GiftListCreateDefault" />
<dsp: importbean var="extendedPageFragment"
  bean="/atg/commerce/custsvc/ui/fragments/gift/GiftListCreateExtended" />

For additional information on configuring and modifying page fragments, refer to the ATG Service Center UI Programming Guide.