我有<h:form prependId="false" id="productDescription">
,当呈现为html时:
<form id="j_idt143:0:productDescription" name="j_idt143:0:productDescription" method="post" action="/WatchesStore/product-detail.jsf" enctype="application/x-www-form-urlencoded">
在渲染为html之后我想要清除id:"j_idt143:0:"
。请帮我解决这个问题。
答案 0 :(得分:-3)
<h:form prependId="false">
更改
id="j_idt143:0:productDescription"
至
id="productDescription"