Spring MVC latest Form Controler -


public class organizationformcontroller extends simpleformcontroller {      protected final log log = logfactory.getlog(getclass());      public organizationformcontroller() {         setcommandclass(organization.class);         setcommandname("organizationform"); 

can me know "formcontroller" latest in "springmvc.." using "simpleformcontroller," , reading few point "multicontrolleraction.." please can me...


Comments

Popular posts from this blog

ios - UITEXTFIELD InputView Uipicker not working in swift -

Hatching array of circles in AutoCAD using c# -