Subversion Repositories SmartDukaan

Rev

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

Rev 1044 Rev 1372
Line 30... Line 30...
30
 
30
 
31
		
31
		
32
	private static Logger log = Logger.getLogger(Class.class);
32
	private static Logger log = Logger.getLogger(Class.class);
33
	
33
	
34
	private String htmlSnippet = "";
34
	private String htmlSnippet = "";
-
 
35
 
-
 
36
	public String index() {
-
 
37
		return "index";
35
    
38
	}
-
 
39
	
36
	//Handle /myresearch/{id}
40
	//Handle /myresearch/{id}
37
	public String create() throws WidgetException, TException, IOException {
41
	public String create() throws WidgetException, TException, IOException {
38
		log.info("list of item ids is " + this.request.getParameter("productid"));
42
		log.info("list of item ids is " + this.request.getParameter("productid"));
39
		String itemIds = this.request.getParameter("productid");
43
		String itemIds = this.request.getParameter("productid");
40
		if(userinfo.isLoggedIn()){
44
		if(userinfo.isLoggedIn()){