I use a jsp to receive a form which includes 2 text type input fields.
But it always throws exception, the script is
<c:out value="${param.name}" />
If I change it to
<c:out value="5" />
, it works fine.
I wish someone knew the reason and could help me.
Thank you a lot.