Here is the code that I have at the moment. I want the user to assign value to the variable NameCheck
using the input text box, but I'm having trouble getting that to work.
<p><strong>Name</strong></p>
<input type="text" name="Name" size="100"/>
<c:set var="NameCheck" value="${value.Name}"/>