facebook

JSP Validation not taking includes into account

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

    Dave S-B
    Member

    On all our Struts projects we usually create a JSP page that just has taglib definitions in. Then, on all the main pages we just put an include in like this…

    <%@ include file=”/includes/taglibs.jsp” %>

    The MyEclipse JSP validation is not checking the included file for taglib directives so most of the page is covered with “unknown tag” warnings.

    This is a fairly standard thing to do, so I think MyEclipse should be following any include directives and taking external directives into account.

    #212428 Reply

    Anaram
    Member

    I’d like to add: MyEclipse appears to be partially taking the tags into account (variables defined in included files do appear to carry over). HTML validation, however, does not seem to look at includes.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP Validation not taking includes into account

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