Package metier.commandes

Examples of metier.commandes.MetierCommandes.ajouterCommande()


            req.setAttribute(Message.ACTION_VALIDATION, Message.AFF_CONFIRMATION);
            Commande c = (Commande)session.getAttribute("commande");
            if(c== null){
              throw new MetierException(Message.ERREUR_CONFIRMATION);
            }
            mcom.ajouterCommande(c);
           
            req.setAttribute(Message.TITRE_MESSAGE,Message.TITRE_CMD);
            req.setAttribute(Message.MESSAGE, Message.CMD);
            // On retire les infos de la session
            session.removeAttribute("panier");
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.