Here is something so simple
>
JSF will prepend ID's of UINamingContainer children (h:form
, h:dataTable
, etc) with the ID of the UINamingContainer
component itself. You can disable this by setting the prependId
attribute to false
.
You only won't be able anymore to dynamically include the same piece of code somewhere else in the same view. Keep this in mind when disabling this.