And one more thing like had you declared "request" in JSP? as am not able to see in the jsp.
# <logic:iterate id="myList" name="myList" scope="request">
# <bean:write name="myList" />
# </logic:iterate>
Ankit Garg wrote:
So this line of code results in text fields which have a different value for the id and value attribute?? I can't see any situation in which this can happen. This seems impossible to me...
Does it display the value of the 5 text boxes instead of the result of your scriptlet expression <%=vals.get("tariff_Category_Id")%>??