Class ExperimentalDesignController


  • @Controller
    @RequestMapping("/experimentalDesign")
    public class ExperimentalDesignController
    extends BaseController
    Main entry point to editing and viewing experimental designs. Note: do not use parametrized collections as parameters for ajax methods in this class! Type information is lost during proxy creation so DWR can't figure out what type of collection the method should take. See bug 2756. Use arrays instead.
    Author:
    keshav