Can I place a <bean:write> within a scriptlet?  I tried this, but to no
avail:
 
<%
            for (int i = 0;i < <bean:write name="responseProcessForm"
property="iterations" filter="true"/>; i++) {
%>


Reply via email to