- edit.jsp: Edit subscription preferences, unsubcribe, or log out - - Inputs: this page expects a user to be logged in and ${sessionScope.user} - (the "user" attribute of HttpSession) to be the User object for that user. - It expects ${applicationScope.listname} to contain the name of the mailing - list. - - Outputs: This page displays 3 forms which POST to "edit.action", - "logout.action" and "unsubscribe.action" respectively. The edit form - includes HTML checkboxes, and defines a parameter "html" if the user - indicates that she prefers HTML-formatted e-mail. It defines the - parameter "digest" if the user prefers to receive message digests. n - The logout and unsubscribe forms define no parameters. ---------------------------------------------------------------------- --%> ListManager: Delivery Preferences List Manager: ${applicationScope.listname} bgcolor="#fff" border="1" margin="25" padding="20" title="Preferences for ${sessionScope.user.emailAddress}"> Send messages in HTML format: ${sessionScope.user.prefersHTML?"checked":""}> Send digests: ${sessionScope.user.prefersDigests?"checked":""}> value="Unsubscribe ${sessionScope.user.emailAddress}">