How to add HTML Editor to Eclipse?

Alternatively, you can just install the “HTML Editor” from the WST package (the same one provided in Java EE Edition) in Eclipse 4.x, just by looking for “HTML Editor” in the marketplace (but, indeed, i haven’t been able to found it in the “install new software”). On my side i prefer to work on Eclipse … Read more

Method must have signature “String method() …[etc]…” but has signature “void method()”

Ignore it. Eclipse is a jerk. You can tone it by setting Window > Preferences > Web > JavaServer Faces Tools > Validation > Type Assignment Problems > Method expression signature incompatibility to Warning or Ignore (it defaults to Error). Image borrowed from this blog in all courtesy. The reason is, Eclipse expect the action … Read more

tech