Sun Java System Portal Server 7.1 Technical Reference

AccountPreferencesContainer

The AccountPreferencesContainer JSPs are located in the /var/opt/SUNWportal/portals/<portal_id>/desktop/community_sample/AccountPreferencesContainer directory.

The list of JSPs in AccountPreferencesContainer directory and their description are:

AccountPreferencesContainer/content.jsp

The Account Preferences link in the Masthead calls the AccountPreferencesContainer. The content.jsp in this container provides initial content by including the content.jsp in sub directories such as timezone, password, and contactinfo for changing the respective account preferences.

AccountPreferencesContainer/process.jsp

This JSP processes account preferences by forwarding request to process.jsp in sub directories for timezone, password, and contactinfo.

AccountPreferencesContainer/timezone/error.jspAccountPreferencesContainer/timezone/content.jspAccountPreferencesContainer/timezone/process.jspAccountPreferencesContainer/timezone/complete.jspAccountPreferencesContainer/timezone/contentFormValidation.jsp

These JSPs handle time zone preferences display (content.jsp), processing changes (process.jsp), handling process errors (error.jsp), the process completion messages (complete.jsp), and the client side form validation process (clientFormValidation.jsp).

AccountPreferencesContainer/password/contentFormValidation.jspAccountPreferencesContainer/password/complete.jspAccountPreferencesContainer/password/content.jspAccountPreferencesContainer/password/process.jspAccountPreferencesContainer/password/error.jsp

These JSPs handle password preferences display (content.jsp), processing changes (process.jsp), handling process errors (error.jsp), the process completion messages (complete.jsp), and the client side form validation process (clientFormValidation.jsp).

AccountPreferencesContainer/contactinfo/process.jspAccountPreferencesContainer/contactinfo/complete.jspAccountPreferencesContainer/contactinfo/contentFormValidation.jspAccountPreferencesContainer/contactinfo/error.jspAccountPreferencesContainer/contactinfo/content.jsp

These JSPs handle contactinfo preferences display (content.jsp), processing changes (process.jsp), handling process errors (error.jsp), the process completion messages (complete.jsp), and the client side form validation process (clientFormValidation.jsp).