You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by William Speirs <ws...@apache.org> on 2013/09/15 04:01:36 UTC

Unable to find component in Eclipse ONLY

Before anyone/everyone jumps on me, this code works PERFECTLY when I
build a JAR (using embedded jetty) and run it. However, it fails in
Eclipse with the following:

Last cause: Unable to find component with id 'pageTitle' in
[HtmlHeaderContainer [Component id = _header_5]]
Expected: '_header_5:pageTitle'.
Found with similar names: 'pageTitle'

So clearly my code + HTML is correct, it's more of an Eclipse issue. I
realize this isn't an Eclipse mailing list, but does anyone have any
ideas?

The page I'm trying to render extends a page class, that extends
another, that extends WebPage. Is this where _header_5 comes from?

Thanks...

Bill-

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