I have <h:form prependId="false" id="productDescription">
and when rendered to 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">
I want clear id:"j_idt143:0:"
after rendered to html. Please help me solved this problem.