drien Ruffié
LD : +33 1 73 03 29 50
Tél : +33 1 73 03 29 80
E-DEAL
Innover la Relation Client
-Message d'origine-
De : Christopher Schultz [mailto:ch...@christopherschultz.net]
Envoyé : jeudi 17 janvier 2013 19:04
À : Tomcat Users List
Objet : Re: Jasper compiler for included jsp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Adrien,
On 1/17/13 9:38 AM, Adrien RUFFIE wrote:
> Hello all I have following pages : displayPerson.jsp and
> displaySocialNetwork.jsp
>
> my first displayPerson.jsp include the second by following tag:
> <%@include file="./displaySocialNetwork.js
Hello all I have following pages :
displayPerson.jsp and displaySocialNetwork.jsp
my first displayPerson.jsp include the second by following tag:
<%@include file="./displaySocialNetwork.jsp"%>
In the first page (displayPerson.jsp) following variable is declared:
<%
String id = person.getId();
%>