Subversion Repositories SmartDukaan

Rev

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

Rev 6569 Rev 6574
Line 196... Line 196...
196
		return "redirect"; 
196
		return "redirect"; 
197
	}
197
	}
198
	public String show(){
198
	public String show(){
199
		return destroy(); 
199
		return destroy(); 
200
	}
200
	}
-
 
201
	
-
 
202
 
-
 
203
    public String getServletContextPath() {
-
 
204
        return context.getContextPath();
-
 
205
    }
201
}
206
}