JSF中rich:dataTable里怎么使用c:if 为什么c:if 里的内容部显示?

<rich:dataTablecellpadding="0"cellspacing="0"border="0"id="selectcs"value="#{coursesl... <rich:dataTable cellpadding="0" cellspacing="0" border="0"
id="selectcs" value="#{courseslist}" var="res" rows="10"
sortMode="multi" first="0">

<f:facet name="header">

<rich:columnGroup>

<h:column>
<h:outputText value="选择" />
</h:column>
<h:column>
<h:outputText value="课程号" />
</h:column>
<h:column>
<h:outputText value="课程名" />
</h:column>
<h:column>
<h:outputText value="学分" />
</h:column>
<h:column>
<h:outputText value="学时" />
</h:column>
<h:column>
<h:outputText value="课程剩余人数" />
</h:column>
<h:column>
<h:outputText value="上课时间" />
</h:column>

</rich:columnGroup>

</f:facet>
<h:column>
<h:selectBooleanCheckbox value="#{res.checked}" />
</h:column>
<h:column>
<h:outputText value=" #{res.csid}" />
</h:column>
<h:column>
<h:outputText value="#{res.csname}" />
</h:column>
<h:column>
<h:outputText value="#{res.credits}" />
</h:column>
<h:column>
<h:outputText value="#{res.hours}" />
</h:column>
<h:column>
<h:outputText value="#{res.noofcs}" />
</h:column>
<h:column>
<!--<h:outputText value="#{res.classtime}" />
-->
<c:if test="${res.classtime==1}">必修</c:if>
<c:if test="${res.classtime==2}">选修</c:if>

</h:column>
<f:facet name="footer">

<rich:datascroller maxPages="2" pageIndexVar="currentPage"
pagesVar="totalPages" for="selectcs">

<f:facet name="pages">

<h:outputText value="#{currentPage}/#{totalPages}" />

</f:facet>

</rich:datascroller>

</f:facet>

</rich:dataTable>

不显示必修和选修
展开
 我来答
yujingtaojing
2011-03-14 · TA获得超过467个赞
知道小有建树答主
回答量:1108
采纳率:0%
帮助的人:489万
展开全部
${res.classtime==1}
classtime是什么类型?
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式