Hello
Whenever I try to get the numerical value of varStatus all I get is this
[EMAIL PROTECTED]

Furthermore I cant seem to use the name attribute to properly evaluate down to 
value, it keeps saying that the value(which I want and proves it can do the 
dereferencing) is not a bean, no matter what syntax.  Can someone help on 
these?  

<c:forEach var="lv" items="${current.dynaOptions}" varStatus="status">
          <c:forEach var="option" items="${lv.dynamicOptions}" 
varStatus="statusOption">
             <bean:define id="rc">${currentIncr}ctrlType<c:out 
value="${statusOption}"></c:out></bean:define>
            <html:radio 
property="simpleRadioOptions01[${currentVarStatus}].choosenValue"value="${option.value}" 
 styleId="${rc}"/>
            <bean:write name="option" property="label"/><br />
          </c:forEach>        




Reply via email to