Call method in each page

2001-09-05 Thread Lemaire Arnaud
Hi all, i want to call a method on each jsp page ( typically, i want to test the right access of my user ). But i have a lot of page, and i don't want to add the method call on all page. I can use the extend procedure ( create my super class of jsp ), but it is not advised. So, how can i do this

Re: Call method in each page

2001-09-05 Thread Lemaire Arnaud
Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Lemaire Arnaud Sent: mercredi 5 septembre 2001 11:45 To: [EMAIL PROTECTED] Subject: Call method in each page Hi all, i want to call a method on each jsp page ( typically, i want to test the right access of my

Re: Call method in each page

2001-09-05 Thread Lemaire Arnaud
method) or better still, use a custom tag. Goodluck! Dingdong Lorico --- Lemaire Arnaud [EMAIL PROTECTED] wrote: the problem is that i want to ckeck the right access by calling some existing classes. I must also doing some other action, so i can't use the server security Arnauld