actions.put("logout", new LogoutAction("message.jsp","index.jsp"));
//actions.put("creationCompte",new NullAction("creationCompte.jsp"));
actions.put("creationCompte",new CreationCompteAction("creationCompte.jsp","creationCompte.jsp","login.jsp"));
actions.put("vueProduit",new VueProduitAction("vueProduit.jsp",pageErreur));
actions.put("monProfil",new MonProfilAction("monProfil.jsp","login.jsp","monProfil.jsp"));
actions.put("mesCommandes", new MesCommandesAction("mesCommandes.jsp","mesCommandes.jsp"));
/*
* Implementation de la couche de communication RMI
* pour le metier.