Subversion Repositories SmartDukaan

Rev

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

Rev 1957 Rev 2145
Line 24... Line 24...
24
import org.apache.struts2.convention.annotation.Results;
24
import org.apache.struts2.convention.annotation.Results;
25
import org.apache.thrift.TException;
25
import org.apache.thrift.TException;
26
import org.json.JSONArray;
26
import org.json.JSONArray;
27
import org.json.JSONException;
27
import org.json.JSONException;
28
 
28
 
-
 
29
@SuppressWarnings("serial")
29
@Results({
30
@Results({
30
	@Result(name="success", location="myresearch-success.vm")
31
	@Result(name="success", location="myresearch-success.vm")
31
})
32
})
32
public class MyresearchController extends BaseController {
33
public class MyresearchController extends BaseController {
33
 
34