Examples of adaugaMesaj()


Examples of dao.MesajDao.adaugaMesaj()

        msj.setMesaj(getMesaj());
        msj.setTelefon(getTelefon());
        msj.setNume(getNume());

        IMesajDao mesajDao = new MesajDao();
        mesajDao.adaugaMesaj(msj);
        return new ForwardResolution("/WEB-INF/jsp/contact.jsp");
    }

    public Resolution reset() {
        return new ForwardResolution("/WEB-INF/jsp/contact.jsp");
View Full Code Here

Examples of daoI.IMesajDao.adaugaMesaj()

        msj.setMesaj(getMesaj());
        msj.setTelefon(getTelefon());
        msj.setNume(getNume());

        IMesajDao mesajDao = new MesajDao();
        mesajDao.adaugaMesaj(msj);
        return new ForwardResolution("/WEB-INF/jsp/contact.jsp");
    }

    public Resolution reset() {
        return new ForwardResolution("/WEB-INF/jsp/contact.jsp");
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.