2
I have the.jsp end page and output.jsp. On the.jsp end page I send the parameter like this:
<form action="saida.jsp">
<input type="hidden" name="informal" value="${documento.stringInformais}">
<button type="submit" value="Enviar">Enviar</button>
</form>
and from there I do not know how I should receive the parameter in saida.jsp