Wrong data being displayed in JSP page

View: New views
1 Messages — Rating Filter:   Alert me  
<% for (int i = 0 ; i < tariffCategoriesList.size(); i++){ Map vals = (Map) tariffCategoriesList.get(i); <% } %> I am facing a strange problem in my application. In the JSP Scriplet tag you could see that I am dynamically creating a few html text input with the help of a for-loop When using <%=vals.get("description")%> its display the correct data on the page(As no html elements is being used). But when I want to display the value in "/>.. It displays the data from the bottom 5 struts html properties and not the correct value from the List,i.e, value of Can someone please help me out and explain why these things are happening in my application? F1 please.. -- Regards

Wrong data being displayed in JSP page

by Manoj Pual :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everybody! I am new to this forum.I am using Struts 1. This is my jsp page.
  :    : 
<%=vals.get("description")%>   :  "/>