Could we please get the "Duplicate id reference" fixed? Follow
A very annoying bug when it comes to editing jsp files...it throws so much red marks in the IDE that it is a major coding distraction. I cannot believe that such an editor bug exists even after all this time into the EAP.
http://www.jetbrains.net/jira/browse/IDEA-13383
Please sign in to leave a comment.
In order to fix the issue I will much apreciate small but complete jsp
illustrating the problem
Surya wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
This is what I was able to grab in very short notice. This is an xhtml page from a Seam example I was studying and this also manifests the duplicate id reference problem quite succinctly. I hope that helps. If that does not work for you please let me know and I will send you another.
Attachment(s):
main.xhtml
What IDEA version you are using?
Surya wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Using Intellij 7.0 M1b
We fixed similar issue in builds 7000+
Surya wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Thanks! I am just hoping that the public beta comes from Intellij very very soon! I honestly can't wait.
Hm, probably unrelated, but gives same error message:
<div id="header">
<ui:insert name="header">
Complains about "header" in both cases with "duplicate id reference"?
Is there a reason for this? As far as I can see the "name" attribute of insert is just a regular attribute not an id?!
Will fix this problem.
Stephen Friedrich wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"