<html:text>初值设置
<logic:present name= "course " scope= "request ">
课程号 <html:text property= "cnum " size= "35 "value= "这里怎么写呢?这个${course.cnum}似乎不可以 ">
${course.cnum}
</html:text>
怎么让course的cnum属性值显示在text中来进行编辑呀,谢谢!
------解决方案--------------------我想你的是一个集合需要循环的话建议你看看logic:iterator标签