facebook

JSP code assist with custom TLD

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200678 Reply

    aldib
    Member

    Does anybody know how to add code assist support for custom taglibs?
    I expected that somehow I would be able to add the TLD file to the project but I canno see how.

    I’m using MyEclipse 3.6.4 with Eclipse 3.0M4.

    Thanks

    Alessandro

    #200679

    Riyad Kalla
    Member

    Hey Alessandro,
    Create your TLD file, create the associated class files, make sure they are compiled, then add the taglib entry in your web.xml file, then at the top of the JSP you want to use it in, make sure to include the taglib entry that points to the respective URI in your web.xml file, and walla, you should now get your taglibs listed when you do: <| (CTRL-SPACE)

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP code assist with custom TLD

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