Supress for tag of inspection Unbound XML namespace prefix doesn't work?

Please check the screenshot (with #9572)



Attachment(s):
12-18-2008 11-39-14 AM.png
0
5 comments

This is a regression. It will be fixed ASAP.
See also http://www.jetbrains.net/jira/browse/IDEADEV-33104


0

BTW, it works for me. Which file type is it? Could you attach the file?


0

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>

0

It was fixed. Very fast. Thanks

0

Please sign in to leave a comment.