Add tag and/or relative path of the file to ID Prefix
Brought to you by:
hakan008
If you have templates on your JSF project, the use of JSF ID Generator results in unique id violation error, it would be nice if it had an option to add an unique ID value at project level (not file level as now).
I think a goog option is using the path of the file and the tag in the ID Prefix so it would improve the error debuging when the JSF application fails.
I have made some simple changes in the code (see attached files) to match my request.