Provides Struts form classes and action classes for use with requests to the system related to customer accounts.

{@link com.softslate.commerce.customer.customer.RegisterForm}, {@link com.softslate.commerce.customer.customer.RegisterFormAction}, and {@link com.softslate.commerce.customer.customer.RegisterAction} respond to reqeusts to register a new customer account.

{@link com.softslate.commerce.customer.customer.LoginForm}, and {@link com.softslate.commerce.customer.customer.LoginAction} respond to reqeusts to log into a customer account.

{@link com.softslate.commerce.customer.customer.LostPasswordForm}, {@link com.softslate.commerce.customer.customer.LostPasswordFormAction}, and {@link com.softslate.commerce.customer.customer.LostPasswordAction} respond to reqeusts for the system to email a lost password to a customer.

The remaining classes respond to requests for various parts of the customer account area.