Jump to content

Search the Community

Showing results for tags '%@ include file=..'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. In my jsp page I insert the inclusion directive: <%@ include file="......" %>, if the file to inclusion is in the directory of a main file jsp works, but if the file to inclusion is in the other directory don't work! error 500 file not found etc... For <jsp:include.... works....but i put statically file...whats the correct path???? thanks.... this is example of my problem! : if: |-----[main.jsp] |---------- [pages(folder)]-----| | |-----[inc.jsp] public_html --------| I insert in main.jsp the directive: <%@ include file="inc.jsp" %> this works! But if: |---------- [pages(folder)]-----|-----[main.jsp] | public_html --------|---------- [include(folder)]---|-----[inc.jsp] | I insert in main.jsp the directive: <%@ include file="../include/inc.jsp" %> or: <%@ include file="/include/inc.jsp" %> or: <%@ include file="/public_html/include/inc.jsp" %> or: <%@ include file="../../include/inc.jsp" %> server get: HTTP Status 500 - /principale10.jsp (line: 13, column: 1) File "........jsp" not found Whyyyy???? whats the correct path???? only static directive please....Tanks in advance!
×
×
  • Create New...