I populate the value to the file using Bean:write but that field is not enterable.
How do i make set the field enterable?
My code below:
<td width="200" align="left" style="font-size:9pt; font-weight:normal" >
<bean:write name="UserDetail" property="userLogin" />
</td>
The above result, the user Login is populated to the field but not enterable.
Start Free Trial