Package com.jappstart.form

Examples of com.jappstart.form.Register


     * @param model the model map
     * @return the view name
     */
    @RequestMapping(value = "/create", method = RequestMethod.GET)
    public final String create(final ModelMap model) {
        model.addAttribute(REGISTER, new Register());
        return "create";
    }
View Full Code Here

TOP

Related Classes of com.jappstart.form.Register

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.