Passing data to an include page

2003-05-30 Thread philippe bertramo
Hello I'm using JRun 3.0 at the moment though migrating to JRun 4. I am currently reworking some of my old code comming back from Jrun 2.x and I'm trying to be clever (difficult). This may be a basic question: I have a top JSP page including a child JSP page. What is the easiest way to pass a

Re: Passing data to an include page

2003-05-30 Thread Nick de Voil
Phil It depends what sort of include. If you're using an %@ include % directive, you can just refer to the variable. If you're using jsp:include / you could put it in a session variable. Nick - Original Message - From: philippe bertramo [EMAIL PROTECTED] To: JRun-Talk [EMAIL

Antw: Re: Passing data to an include page

2003-05-30 Thread Sebastian Millies
I'd prefer to use request attributes. If the data were suitable for storage in the session, I doubt Phil would have called them local. -- Sebastian [EMAIL PROTECTED] 29.05.03 18:37:08 Phil It depends what sort of include. If you're using an %@ include % directive, you can just refer to the