Toggle navigation
Mera ATG
home
CSS
Components
JavaScript
Customize
Dropdown
Action
Another action
Something else here
Separated link
Search Knowledge Base
Home
»
Profile form handler
»
What are the purposes of Profile form handler?
Monday, July 13, 2015
What are the purposes of Profile form handler?
Posted by
#Muthupandian
at
12:58 PM
Share this
Tweet
ProfileFormHandler class to connect forms with user profiles stored in a profile repository.
Form handler that works with user profiles might have separate handler methods for creating the profile, modifying the profile, and logging the user in.
Newer Post
Older Post
No comments :
Post a Comment
Subscribe to:
Post Comments ( Atom )
Topics
ATG Basics
ATG Scopes
CSC
Date Compare
Droplet
Errors
Form Handler
Java
Modules
Nucleus
Oracle
Order
Profile form handler
Solutions
Update Order
Popular Posts
How to replace the specific characters in a string in Java - ATG?
input1="Welcome" String result1 = input1.replaceAll("[aeiouAEIOU]", ""); The result will be: "Wlc...
How to set dsp value in dropdown option value in atg?
The values which are retrieved from the droplet can be set as the <option value> by <dsp:option paramvalue="element">...
What is profile form handler dictionary?
Input fields on a registration page are used to set the ProfileFormHandler’s value property. The value property is a Dictionary of property...
Define ATG components
In ATG any Public Class/JavaBean Associated with a properties file is called as an ATG component
List the OOTB (Out of the Box) Droplets.
ForEach Switch RepositoryLookup ItemLookupDroplet CatalogItemLookupDroplet PriceItemDroplet etc ...
What are the purposes of Profile form handler?
ProfileFormHandler class to connect forms with user profiles stored in a profile repository. Form handler that works with user profiles mi...
What is Nucleus?
A container that holds all these ATG components is nothing but ATG Nucleus . It is the core of the entire ATG system. By reading the .pro...
What is Form handler?
ATG Formhandler is the intermediate class that comes in between a jsp form value and its bean class. They are there to evaluate the validit...
[Solved] Email not send while update order through CSC
Problem: Confirmation email is not sending while update the order in CSC. Solution: Check the CommitOrderFormHandler property file ...
How to check the given date is before or after of the current date?
The Calendar class of java.util is having the predefined methods after() and before(). For ex: package com.ATGTraining.ctdc; import j...
No comments :
Post a Comment