Subversion Repositories SmartDukaan

Rev

Rev 5322 | Rev 5358 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5322 Rev 5347
Line 62... Line 62...
62
        importances.add("Not Imp");
62
        importances.add("Not Imp");
63
    }
63
    }
64
 
64
 
65
    @Actions({
65
    @Actions({
66
        @Action("/compare-mobile-phones"),
66
        @Action("/compare-mobile-phones"),
-
 
67
        @Action("/compare-laptops"),
-
 
68
        @Action("/compare-tablets"),
67
        @Action("/compare")
69
        @Action("/compare")
68
    })
70
    })
69
    
71
    
70
    public String index() throws SecurityException, IOException {
72
    public String index() throws SecurityException, IOException {
71
        productList = new ArrayList<String>();
73
        productList = new ArrayList<String>();