我的数据表中有以下内容:
<a4j:commandLink rendered="#{item.Id eq Admin.filteredId}" id="app" action="#{DetailController.adminUpdate}" value="Approve " styleClass="auto-style5" actionListener="#{DetailController.adminPrepareEdit}">
<a4j:param assignTo="#{DetailController.selected.LevelsId}" value="2" />
</a4j:commandLink>
是否可以将其更改为复选框然后更改值?
问候。