[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Problem with <jsp:include


Hello,
 
I've got a probleme when i use an expression (<%= ... %>) as the page's tag value for the <jsp:include .../> JSP tag.
The following doesn't work, return an error during the parsing :
 
<jsp:include page="<%=  "/intranet/securite/FicheVisuSecurite.jsp?id_employe="+request.getParameter("id_employe") %>" flush="true" />
 
Meanwhile, the following script works fine :
 
<% String inc = "/intranet/securite/FicheVisuSecurite.jsp?id_employe="+request.getParameter("id_employe"); %>
<jsp:include page="<%= inc %>" flush="true" />
 
Is it normal ?
 
Bye,
 
 
    Fred
BEGIN:VCARD
VERSION:2.1
N:Prévost;Frédéric;;DT
FN:Frédéric Prévost
ORG:Escape
TITLE:Directeur Technique
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;05-49-94-91-98;c/o Herv=E9 Thermique=0D=0A66, Bld Edgar Quinet;PARTHENAY;De=
ux-S=E8vres;79200
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:05-49-94-91-98=0D=0Ac/o Herv=E9 Thermique=0D=0A66, Bld Edgar Quinet=0D=0APAR=
THENAY, Deux-S=E8vres 79200
ADR;HOME:;;7, Boulevard des Sires;PARTHENAY;Deux-Sèvres;79200
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:7, Boulevard des Sires=0D=0APARTHENAY, Deux-S=E8vres 79200
URL:http://www.district-parthenay.fr/Escape
URL:http://www.district-parthenay.fr/Escape
BDAY:19990723
EMAIL;PREF;INTERNET:prevostfr@district-parthenay.fr
REV:19991022T085347Z
END:VCARD