Reusing jsp code

2000-04-19 Thread Miller Thomas
Hi, can someone tell me how to effectively reuse jsp code? I have seen three techniques: i) put the code into a bean -> needs more access to the web server than I have ii) call another jsp -> screen flickers iii) cut and paste -> the usual problems Is there another way that I have missed? Yours

Re: Reusing jsp code

2000-04-20 Thread Olivier Mangez
<%@ include file="filename" %> includes the file content at compilation time - Original Message - From: Miller Thomas <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 20, 2000 8:39 AM Subject: Reusing jsp code > Hi, > > can someone