以下のタグをJSFのh:commandLinkに変換したいのですが、data-toggle属性がうまくいきません。
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
これは私がそれを変換したものです:
<h:commandLink styleClass="dropdown-toggle" data-toggle="dropdown">
私の知る限り、 commandLink は HTML タグとしてレンダリングされます。しかし、JSFに書き直した後、ドロップダウンメニューは使用できません。何か案は?
こんにちは、ビージェイ