Feature Pack 8: The Madisons store is deprecated. Most features demonstrated in the Madisons store are available in the Aurora store.

Mobile sign in

The sign in page enables returning customers to sign in to the store. Customers can access their account page once signed into the store. The benefits of registering with the store empower the customer to have a much easier shopping experience in the store.

Elements of the mobile sign in page

Mobile sign in screen capture

JSP files
  • logon.jsp represents the entire page.
  • CachedHeaderDisplay.jsp displays the store's header.
  • CachedFooterDisplay.jsp displays the store's footer.
Links and buttons
  • When Forgot your password? is clicked,PasswordResetForm is called.
  • When Sign In is clicked, the logon command is called.
  • When Register is clicked, UserRegistrationAddForm is called.