Re: Call method in each page

2001-09-05 Thread Claudio Lorico
How about using an 'include' file that would call your access method (remember that you have to import first the class that contains the access method) or better still, use a custom tag. Goodluck! Dingdong Lorico --- Lemaire Arnaud [EMAIL PROTECTED] wrote: the problem is that i want to ckeck

Re: Call method in each page

2001-09-05 Thread Claudio Lorico
the page. A tag is fast forgotten ! I hope to have better explained my problem Thanks -Message d'origine- De: Claudio Lorico [mailto:[EMAIL PROTECTED]] Date: mercredi 5 septembre 2001 17:11 À: [EMAIL PROTECTED] Objet: Re: Call method in each page How about using an 'include' file

Re: How to count the number of active sessions?

2001-04-27 Thread Claudio Lorico
--- Raymond Xu [EMAIL PROTECTED] wrote: Hi, I just built up a few pages which can use session attributes to judge whether a user has logged in. I don't know how to count how many users have logged in at the same. Any help will be appreciated!! Raymond One way of doing this is to create

Re: sessionAtributte

2001-03-09 Thread Claudio Lorico
Try this: input TYPE='%= (Integer.parseInt(session.getValue("UserLevel_Login") 4)? "HIDDEN" : "SUBMIT" %' NAME="viewUserButton" VALUE="User Profile" Seems shorter and clearer. Hope this helps. Dingdong --- Thuy Murphy [EMAIL PROTECTED] wrote: I set a session attribute for my variable user

Re: please Help --session check

2001-01-16 Thread Claudio Lorico
What you're thinking is quite right and it can be better if you will use a custom tag for that purpose. --- Deepak C S [EMAIL PROTECTED] wrote: hi people, As a part of authentication check, I am checking for a session attribute to validate user login across pages. eg: if

Re: Websphere and JSP

2000-12-27 Thread Claudio Lorico
1.0 --- SANJEEVB [EMAIL PROTECTED] wrote: Hi !! Any ideas as to what version of JSP is supported by Websphere3.02 and 3.5 respectively. Regards Sanjeev === To unsubscribe: mailto [EMAIL PROTECTED] with body: