2
<h:commandLink value="next" action="#{student.getNext()}" rendered="#{! (student.maximumSize<=student.idvalue.size)}" ></h:commandLink>
但我在student.maximumSize <得到錯誤= student.idvalue.size如何檢查是否在JSF標籤條件
< =我能代替這裏..?
獲取* what *錯誤? – EJP
在該行找到多個註解: \t - 語法錯誤在EL \t - 屬性的「再現」的值與元素類型「H:commandLink」相關聯不能包含在「<」 \t字符。 \t - EL語法錯誤:期待表達。 – ashokhein