com.ibm.commerce.giftregistry.struts

Class UserGiftRegistryCreateAction



  • public class UserGiftRegistryCreateAction
    extends GiftRegistryUpdateAction
    This action first registers a new user, and then creates a gift registry for this newly registered user. Upon successful execution, the guest user that executes this action will be logged on as the registered user. The UserRegistration.properties file in the store is used to validate data that is used for registering new user, and GiftRegistryAddress.properties in the store is used to validate data that is used for creating a new gift registry.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UserGiftRegistryCreateAction

        public UserGiftRegistryCreateAction()