Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドボタンと commandLink に一文字だけ下線をつけたい。html の例:
<button type="button"><u>C</u>lick Me!</button>
jsfコマンドボタンでどのようにできるか。
commandLinkの方法は次のとおりです
<h:commandLink style="text-decoration:none;"> <h:outputText value="<u>C</u>lick Me!" escape="false"/> </h:commandLink>
JSFのみを使用してcommandButtonに対してどのように実行できるかわからない...jqueryを使用して値を変更してみてください...