Subversion Repositories SmartDukaan

Rev

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

Rev 974 Rev 1005
Line 42... Line 42...
42
	}
42
	}
43
 
43
 
44
	// GET /*/1000001
44
	// GET /*/1000001
45
	@Actions({
45
	@Actions({
46
		@Action("/mobile-phones"),
46
		@Action("/mobile-phones"),
47
		@Action("/mobile-accessories")
47
		@Action("/mobile-accessories"),
-
 
48
		@Action("/entity")
48
	})
49
	})
49
    public String show() throws SecurityException, IOException {
50
    public String show() throws SecurityException, IOException {
50
    	log.info("id=" + id);
51
    	log.info("id=" + id);
51
 
52
 
52
    	htmlSnippets.put("PRODUCT_SUMMARY", pageLoader.getProductSummaryHtml(productId));
53
    	htmlSnippets.put("PRODUCT_SUMMARY", pageLoader.getProductSummaryHtml(productId));