Hi
 
How about this?
 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<%
int counter = 0;
String s = null;
String beanpropertystart = null;
String beanpropertystop = null;
s.valueOf(counter);
for (int i = 0; i < myRoutingList.getRouteElements().size(); i++) {
beanpropertystart = "routingDate[" + s +"].timeOfDayStart";
beanpropertystop = "routingDate[" + s +"].timeOfDayStop";
%>
 
<tr>
<td class="input">
<html:text property="<%=beanpropertystart%>" size="6"/></<td class="input">
<html:text property="<%=beanpropertystop%>]" size="6"/>
</td>
 </tr>
 <%
 counter++;
 s = s.valueOf(counter);
 }
  %>
 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 

Reply via email to