我想将以下标记转换为JSFs h:commandLink,但是我遇到了数据切换属性的问题。
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
这就是我把它转换成:
<h:commandLink styleClass="dropdown-toggle" data-toggle="dropdown">
据我所知,commandLink呈现为HTML -tag。但重写到JSF后,下拉菜单无法使用。有什么想法吗?
问候,Beejay