java实例技术手册书籍的源代码! 请大家共享

源代码在线查看: edit.jsp

软件大小: 408 K
上传用户: sy780415
关键词: java 技术手册 书籍
下载地址: 免注册下载 普通下载 VIP

相关代码

								  - 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}">				      				      				      				      									      				    				  											

相关资源