私は次のタグを持っています、それにコメントを追加する方法は?
<s:select id="productPrice.product"
name="productPrice.product"
headerKey="0"
headerValue="-- Select Product --"
list="products"
listKey="id"
listValue="name"
value="productPrice.product.id"
theme="simple"
onchange="getDisplayName(value)" <!-- How to comment here ? -->
/>
私はもう試した :
<!-- abc -->
<%-- abc --%>
// abc
それらのどれも機能しません、正しい方法は何ですか?