I'm trying to use the jspc-maven-plugin and am getting the following error:
[ERROR] file:/Users/jeremy/app/src/main/webapp/WEB-INF/jsp/services/webservices/common-search/common-results.jsp (line: 29, column: 1) file:/Users/jeremy/app/src/main/webapp/WEB-INF/jsp/services/webservices/common-search/common-contentitem.jspf (line: 6, column: 47) The prefix content specified in this tag directive has been previously used by an action in file /WEB-INF/jsp/services/webservices/common-search/common-results.jsp line 26. -> [Help 1] Is there any way to get around this problem? I've seen posts about the fact that jspc doesn't precompile the jspf files individually, so I'm assuming that isn't causing the problem, but maybe it is. Also, I would have assumed that the tag prefixes wouldn't have to be unique between the two files. Is that untrue? Do we have to have unique prefixes? Thanks, Jeremy