Hello

here is my situation

i have a page in which a foreachtag prints values from a bean into the page


<c:forEach items="${hitlist.hitListResult}" var="resultSet">
<tr>
<td>
<c:out value="${resultSet.identifier}"/>
<% out.flush(); %>
</td>
</tr>
</c:forEach>

now i want that after all values are printed an action is called to do
something else


<logic-el:forward name="./dosomething.do"/> at the end of page doesnt do
anything

anyone knows?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to