You could start by declaring the wicket namespace: http://cwiki.apache.org/WICKET/wickets-xhtml-tags.html
On Mon, Feb 2, 2009 at 7:33 AM, Kent Larsson <[email protected]> wrote: > 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: [email protected] For additional commands, e-mail: [email protected]
