【发布时间】:2012-09-17 02:02:57
【问题描述】:
我有以下标签,如何在里面添加cmets?
<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
它们都不起作用,正确的方法是什么?
【问题讨论】:
-
我认为不可能在那里添加评论
-
以及您要添加 cmets 的原因??