This subproject contains the compiled code for the implementation classes of the Java Servlet and J

源代码在线查看: products.jsp

软件大小: 544 K
上传用户: ccuading
关键词: the implementation subproject contains
下载地址: 免注册下载 普通下载 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})
				      
				    
				  
				
							

相关资源