Hi.... I am having a problem assigning default value to my Spring Form input field.. here's my code
<form:form method="post" modelAttribute="employeeDirectoryInfo">
<form:input type="text" value=${employeeInfo.employee_id}>
</form>
The problem is it will say that value attribute is not valid for tag <form:input>