I got a Java-project related to Facebook with a bunch of JSP-files and I'm supposed to check something and use parts of that in another project. If I open a JSP-file in Eclipse I see plenty of tags in the fb-namespace. All those are underlined as a warning and Eclipse says, e.g. Unknown tag (fb:prompt-permission)
.
My problem is that I'm totally new to that Facebook-stuff and obviously I'd need the context-sensitive support from Eclipse as far as those fb-tags are concerned. From what I can tell there doesn't seem to be a tag-library.
Can anyone please tell me what I need to do to get the context-sensitive support here?
EDIT: in some way related: HTML: What is `xmlns:fb="http://www.facebook.com/2008/fbml"`?