Hi,

add the "xmlns:wicket" definition in "html":

   <html xmlns:wicket>
   ...


this works fine for me

Kent Larsson a écrit :
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



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to