Re: Markup-Edit in Eclipse => wicket:panel is not recognized

2009-10-22 Thread Ernesto Reinaldo Barreiro
I mean install http://www.eclipse.org/webtools/ Installing this plugin should bind the .html files to an HTML editor. The xmlns is just to avoid warnings on your HTML files. Ernesto On Thu, Oct 22, 2009 at 12:52 PM, MattyDE wrote: > > Thanks a lot, > > but whi

Re: Markup-Edit in Eclipse => wicket:panel is not recognized

2009-10-22 Thread MattyDE
Thanks a lot, but which eclipse editor understand "xmlns" and will validate against it? I still got the Error :,( reiern70 wrote: > > > > > > > > Best, > > Ernesto > > On Thu, Oct 22, 2009 at 12:07 PM, Martin U > wrote: > >> Hi Community, >> >> iam totally new to wi

Re: Markup-Edit in Eclipse => wicket:panel is not recognized

2009-10-22 Thread Ernesto Reinaldo Barreiro
Sorry, I thought you where talking about the annoying warning of Wicket namespace. I use the HTML editor that comes with WTP project. With that editor I always add the name-space declaration to avoid the annoying warnings. The same project includes JavaScript and CSS editors. Best, Ernesto On Th

Re: Markup-Edit in Eclipse => wicket:panel is not recognized

2009-10-22 Thread Ernesto Reinaldo Barreiro
Best, Ernesto On Thu, Oct 22, 2009 at 12:07 PM, Martin U wrote: > Hi Community, > > iam totally new to wicket and i want to use eclipse for editing my > wicket-java and markup files. > > But the html-validator fools me with this error in the subject. Iam not > able > to di