<bean:write name="<%=(String) currentItr.next()%>" property="<%=(String) currentItr.next()%>
this creates value (111
)
is it a good practice to do the following:
<input type="text" value=<bean:write name="<%=(String) currentItr.next()%>" property="<%=(String) currentItr.next()%>"/>
such that the html generated will look like:
<input type="text" value="111"/>