<Java网络程序设计 J2EE>随书源码

源代码在线查看: products.jsp

软件大小: 12195 K
上传用户: wuweixiong123
关键词: Java lt EE gt
下载地址: 免注册下载 普通下载 VIP

相关代码

												  				    JSP 2.0 Examples - Display Products Tag File				  				  				    JSP 2.0 Examples - Display Products Tag File				    				    This JSP page invokes a tag file that displays a listing of 				    products.  The custom tag accepts two fragments that enable				    customization of appearance.  One for when the product is on sale				    and one for normal price.				    The tag is invoked twice, using different styles				    				    Products				    				      					Item: ${name}					Price: ${price}				      				      					Item: ${name}					Was: ${origPrice}					Now: ${salePrice}				      				    				    				    Products (Same tag, alternate style)				    				      					${name} @ ${price} ea.				      				      					${name} @ ${salePrice} ea. (was: ${origPrice})				      				    				  											

相关资源