Error On JSP Import..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sallawari
    New Member
    • Aug 2007
    • 2

    #1

    Error On JSP Import..

    i got error while import a jsp File
    (ie)..
    <jsp:include page="<%=ctxNam e%>/run?__report=/content/report<%=report Obj.getReport(r eportObj.REPORT _TYPE_BAR_GRAPH )%>" />


    Error :..

    v/sample.jsp:1: illegal start of expression
    pageContext.inc lude(ctxName%>/run?__report=/content/report<%=report Obj.getReport(r eportObj.REPORT _TYPE_BAR_GRAPH ), true);
    ^
    /nav/sample.jsp:1: ')' expected
    pageContext.inc lude(ctxName%>/run?__report=/content/report<%=report Obj.getReport(r eportObj.REPORT _TYPE_BAR_GRAPH ), true);
    ^
    Help Me.. Please..
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sallawari
    i got error while import a jsp File
    (ie)..
    <jsp:include page="<%=ctxNam e%>/run?__report=/content/report<%=report Obj.getReport(r eportObj.REPORT _TYPE_BAR_GRAPH )%>" />


    Error :..

    v/sample.jsp:1: illegal start of expression
    pageContext.inc lude(ctxName%>/run?__report=/content/report<%=report Obj.getReport(r eportObj.REPORT _TYPE_BAR_GRAPH ), true);
    ^
    /nav/sample.jsp:1: ')' expected
    pageContext.inc lude(ctxName%>/run?__report=/content/report<%=report Obj.getReport(r eportObj.REPORT _TYPE_BAR_GRAPH ), true);
    ^
    Help Me.. Please..
    The code you posted and that reported by the error are different. Post the code that's on the line that's reported by the error message.

    Comment

    Working...