Thanks for helping I think I'll have the correct answer one day but not yet
-------------------------------------------
Carl McLanahan propose:
        <jsp:include page="<%= myObject.getDescriptionFile() %>" flush="true" />

result : Error 500
Trace result :
com.sun.jsp.JspException: Invalid jsp:include tag


-------------------------------------------
another one propose :
        >you have to use an <jsp:include page=<%= myObject.getDescriptionFile()%>
/>
        >This should work.

but in fact it doesn't....
result : Error 500
Trace result :Unhandled error! You might want to consider having an error
page to report such
errors more gracefully
com.sun.jsp.compiler.ParseException:
C:\jswdk-1.0-ea\examples\jsp\gwendal\fichpr
od.jsp(158,18) attribute value should be quoted

-------------------------------------------
another one propose :
        >You have to put only ' not "

I tried...
it's better because it compiles but the result page is finished  directly
at this line  and the included file doesn't appear and
the following lines aren't processed...
-------------------------------------------

So if anyone has the correct answer....
Thanx a lot...

Gwendal TANGUY
StellarX France

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to