facebook

JSP fragments and XHTML…how to configure…

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

    Amir Mistric
    Member

    Hi

    Is there a way to instruct the ME editor to use XHTML/HTML validator and tag competions in .jspf files..

    How can I configure which helper/validator .jspf uses…

    Thanks
    Amir

    #218149 Reply

    Riyad Kalla
    Member

    Amir,
    By definition “jspf” files are “JSP Segments” or “JSP Fragments” and are not valid JSP pages, the validator is disabled for these files as it would implicitly fail trying to validate a portion of an JSP page. You can however navigate to the JSP Editor settings in your preferences and remove the “jspf” extension from the “Fragment list”, then close and reopen the file and see if validation is now treating that file like a normal JSP page, I think the HTML validator will work for this as well… if it doesn’t let me know.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP fragments and XHTML…how to configure…

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