如何在JSF中删除<h:form>的id auto集成?

时间:2016-06-12 05:35:52

标签: forms jsf-2.2

我有<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:"。请帮我解决这个问题。

1 个答案:

答案 0 :(得分:-3)

<h:form prependId="false"> 

更改 id="j_idt143:0:productDescription"  至 id="productDescription"