Supress for tag of inspection Unbound XML namespace prefix doesn't work? t800t8 Created December 18, 2008 04:48 Please check the screenshot (with #9572)Attachment(s):12-18-2008 11-39-14 AM.png
This is a regression. It will be fixed ASAP.
See also http://www.jetbrains.net/jira/browse/IDEADEV-33104
BTW, it works for me. Which file type is it? Could you attach the file?
It's a HTML file, and it was placed in Java source folder (a Wicket file).
<html>
<head>
<title>Echo Application</title>
</head>
<body>
<h1>Echo Example</h1>
<form wicket:id="form">
<input wicket:id="field" type="text"/>
<input wicket:id="button" type="submit" value="Set text">
</form>
<p wicket:id="message">Fun fun fun</p>
</body>
</html>
I see it. Please watch http://www.jetbrains.net/jira/browse/IDEADEV-33516
for progress.
It was fixed. Very fast. Thanks