Examples of nuevoProyecto()


Examples of unlp.edu.core.Sistema.nuevoProyecto()

    String  nombreProyecto = (String) agregarProyectoForm.get("nombre_proyecto");
    String  liderProyecto = (String) agregarProyectoForm.get("lider_proyecto");
   
    Sistema sistema = Sistema.getInstance();
   
    sistema.nuevoProyecto(nombreProyecto, liderProyecto);
   
    // Mostramos la siguiente vista
    return mapping.findForward("ok");
   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.