facebook

How to set new HTML Tags?

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #275509 Reply

    Caracal
    Member

    Is there a way to add HTML/Jsp tags?

    I’m coding JSP for Facebook and I have tags like

    <fb:name uid=”<%=uid%>”>

    but it says it’s an unknown tag and that’s annoying. I can turn off validation, but I don’t want to turn it off because it’s useful for other tags.. is there any way I specify to it that fb:name is a valid tag?

    There is no taglib behind this, it just has to output it like this and Facebook parses these tags on it’s own side..

    #275526 Reply

    Riyad Kalla
    Member

    Caracal,
    The notation <TAGNAME:TAGMETHOD /> is a standard JSP taglib notation. In our editors they try and resolve that construct as a reference to a taglib, in which case marking it as unknown is correct unless you have a JAR or TLD in your project that describes that tag.

    If it’s just custom markup that Facebook uses there isn’t much we can do to know that, and not mark it as an unknown tag.

    #275649 Reply

    Caracal
    Member

    This message has not been recovered.

    #275665 Reply

    Loyal Water
    Member

    This message has not been recovered.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: How to set new HTML Tags?

You must be logged in to post in the forum log in