Je souhaite recupere un parametre en session et le mettre ds l'url de retour de ma page, c'est a dire
mais j'obtiens l'erreurCode:<html:link href="page.jsp?index=<%=session.getAttribute("id")%>">Retour</html:link>
ya pas une syntaxe plus adapté genreCitation:
equal symbol expected
:?: :?: :?:Code:<html:link href="page.jsp?index='${sessionScope.index}'">Retour</html:link>
merci