Re: Enabling links according to user's authorization

2006-01-11 Thread shyam kishore alapati
While login itself you can have the permissions in the session and based on the permissions you can hide the links. Just for one variable i think there is no need to call the database.use can use or for this. -Original message- From: "Rivka Shisman" [EMAIL PROTECTED] Date: Wed, 11 Jan

Re: which is a good instance variable

2006-01-10 Thread shyam kishore alapati
I think it purely depends on your requirement. But why do you want an InputStream as a class variable. I think that is very costly resource and you are blocking a resource.Others i think you can use it based on your requirement. For iteratorsif u declare it as class level variables if the under

Re: How to use logic iterate...

2006-01-10 Thread shyam kishore alapati
Hi try this following code Try this code i think it will work for ur logic. Regards, Shyam Kishore Alapati -Original message- From