Subversion Repositories SmartDukaan

Rev

Rev 980 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 980 Rev 1005
Line 84... Line 84...
84
		@Action("/battery"),
84
		@Action("/battery"),
85
		@Action("/headset"),
85
		@Action("/headset"),
86
		@Action("/charger"),
86
		@Action("/charger"),
87
		@Action("/pen-drive"),
87
		@Action("/pen-drive"),
88
		@Action("/carrying-case"),
88
		@Action("/carrying-case"),
89
		@Action("/car-charger")
89
		@Action("/car-charger"),
-
 
90
		
-
 
91
		@Action("/category")
90
	})
92
	})
91
	 
93
	 
92
    public HttpHeaders show() throws SecurityException, IOException {
94
    public HttpHeaders show() throws SecurityException, IOException {
93
    	log.info("id=" + id);
95
    	log.info("id=" + id);
94
    	this.categoryName = CategoryManager.getCategoryManager().getCategoryLabel(Long.parseLong(id));
96
    	this.categoryName = CategoryManager.getCategoryManager().getCategoryLabel(Long.parseLong(id));