Subversion Repositories SmartDukaan

Rev

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

Rev 2982 Rev 3052
Line 66... Line 66...
66
        }
66
        }
67
		return "index";
67
		return "index";
68
	}
68
	}
69
	
69
	
70
	//myresearch/[1,2,3]
70
	//myresearch/[1,2,3]
71
	@Action(value="myresearch",interceptorRefs={@InterceptorRef("myDefault")})
71
	@Action(value="myresearch",interceptorRefs={@InterceptorRef("caching"),@InterceptorRef("myDefault")})
72
    public String show() {
72
	public String show() {
73
	    if(items != null){
73
	    if(items != null){
74
            for(String itemId: items){
74
            for(String itemId: items){
75
                try {
75
                try {
76
                    snippets = snippets + FileUtils.read( Utils.EXPORT_ENTITIES_PATH + itemId + File.separator + htmlSnippetFileName);
76
                    snippets = snippets + FileUtils.read( Utils.EXPORT_ENTITIES_PATH + itemId + File.separator + htmlSnippetFileName);
77
                    totalItems++;
77
                    totalItems++;