I want to convert this HTML link:
<a href="UserServlet?action=listLog&firstName=<c:out value="${user.name}"/>"> Shiko Loget </a>
to a HTML form, like:
<form name="frmUserPanel" action="UserServlet" method="GET" action="listLog" >
<input type="submit" value="Logs" value=<%=user %>>
</form>
I don’t know if this is possible but if anyone has any idea it will help me very much!
Thank you.
inside the form add:
Remove the second action attribute in your current form tag