facebook

[Closed] web.xml does not recognise the tag

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #243891 Reply

    hgadm
    Member

    Dear all,

    I’ve created a custom jsp tag (class, .tld etc.). When I registered the taglib in the web.xml,
    the editor marked the <taglib> entry as unknown tag and did throw an error.

    After deployment, the tag works fine in a test jsp file, so the only thing I want to get rid of is that error indicator in my project. I think this should be fixed as <taglib> is a valid component of web.xml

    Thanks,
    Holger

    #243922 Reply

    Riyad Kalla
    Member

    Holger,
    If you are using a web 2.4 spec file, then you need to wrap your <taglib> entries with <jsp-config> tags, the format changed in 2.4.

    #243960 Reply

    hgadm
    Member

    Many thanks – it’s OK now.
    Holger

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] web.xml does not recognise the tag

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