Subversion Repositories SmartDukaan

Rev

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

Rev 786 Rev 815
Line 30... Line 30...
30
	}
30
	}
31
 
31
 
32
		
32
		
33
	private static Log log = LogFactory.getLog(MyresearchController.class);
33
	private static Log log = LogFactory.getLog(MyresearchController.class);
34
	
34
	
35
	private String htmlSnippet = null;
35
	private String htmlSnippet = "";
36
    	
36
    	
37
	//Handle /myresearch/{id}
37
	//Handle /myresearch/{id}
38
	public String create() throws WidgetException, TException, IOException {
38
	public String create() throws WidgetException, TException, IOException {
39
		log.info("list of item ids is " + this.request.getParameter("productid"));
39
		log.info("list of item ids is " + this.request.getParameter("productid"));
40
		String itemIds = this.request.getParameter("productid");
40
		String itemIds = this.request.getParameter("productid");