I have the final page.jsp and saida.jsp. In the final page.jsp 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 to get the parameter in saida.jsp