Subversion Repositories SmartDukaan

Rev

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

Rev 2768 Rev 3485
Line 88... Line 88...
88
	public String editNew() {
88
	public String editNew() {
89
        return "editNew";
89
        return "editNew";
90
    }
90
    }
91
 
91
 
92
	
92
	
93
	public String destroy(){
93
	public String destroy() throws Exception{
-
 
94
		long id = Long.parseLong(this.getId());
-
 
95
		CreationUtils.getHelpdoc(id);
94
		return "index";
96
		return "index";
95
	}
97
	}
96
	
98
	
97
	public String update() throws Exception {
99
	public String update() throws Exception {
98
		long id = Long.parseLong(this.getId());
100
		long id = Long.parseLong(this.getId());