Hi, If I have some HTML with Wicket attributes in it:
<html>
<head>
<title>New User Registration</title>
</head>
<body>
<strong>Even Newer User Registration Form</strong>
<br/><br/>
<span wicket:id="message">message will be here</span>
</body>
</html>
I get "Undefined attribute name (wicket:id)." warning from Eclipse Ganymede
from the <span...> line. What's the best solution to get rid of such
warnings? If it's possible having some validation would be nice.
Best regards, Kent
