diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/newGame.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/newGame.tag index 1e12ae1..8bbba9b 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/newGame.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/newGame.tag @@ -1,8 +1,10 @@ +<%@ tag import="uppa.project.database.pojo.Deck" %> +<%@ tag import="uppa.project.database.pojo.Game" %> <%@tag description="form/newGame" pageEncoding="UTF-8" %>