我在使用以下jsp代码的netbeans 7.3.1中收到错误。 它适用于netbeans 6.x版本
<logic:iterate id="format" name ="format" type="LeafletFormat">
<html:option value="<%=String.valueOf(format.getValue())%>">
<%= format.toString() %>
</html:option>
--
--
</logic>
我收到了word格式的错误,它说无法找到符号,变量格式。 仅供参考 - 我在jsp
中导入了上面的内容