Re: How to secure a page?

2001-02-05 Thread Ravi Prashanth
In welcom.jsp, first check for 'username' in the session. If there's none, then redirect the user to login page. You can store this 'username' into the session (HttpSession) from the login page (login1.jsp). So, if someone directly tries to enter http://localhost:8080/examples/jsp/welcom.jsp , t

Re: Can anyone tell me how to unsubscribe?

2001-02-05 Thread Ravi Prashanth
Its there in every email !! (look at the very end of this email) Send an email to [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Ravi - Ranked among the "Top 100 Websites in the World" for kids Check out the ONLY INDIAN WEBSITE to hav

Re: How to secure a page?

2001-02-06 Thread Ravi Prashanth
> >- Original Message - >From: "Ravi Prashanth" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, February 06, 2001 1:49 AM >Subject: Re: How to secure a page? > > > > In welcom.jsp, first check for 'username' in

Re: problem in using out.println in method

2001-02-06 Thread Ravi Prashanth
Cut'n'paste and email me your code and I will have a look at it. Its mostly a syntax problem. Ravi Are you an XPERT in what you do ? Write articles for us in return for some free Publicity. Click the link below :- http://CyberConneXions.com/Articles -

Re: Autorefresh

2001-02-06 Thread Ravi Prashanth
>What do you mean by "autorefresh a JSP file?" I'm shuddering just thinking >of the negative performance implications. ("Let's cache the output... oh, Well...I think its meaning is very obvious : Its a JSP page which reloads (refreshes, autorefreshes, whatever) itself every so-many fixed minute

Re: A component that generates barcharts.

2001-02-06 Thread Ravi Prashanth
I have noticed a trend in this forum. There are a coupla guys (thats one too many) here who are more interested in flaming and criticizing and degrading everyone else, rather than solving their problems. I wish such guys get the message and simply _shut_up. If they think somebody's post is stup

Re: a$$holes in the forum

2001-02-06 Thread Ravi Prashanth
I think the easiest way to block out such a$$holes from this unfortunately-unmoderated-forum is for everyone to block this guy's email id and send all his freakin' emails directly to where they came from & where they deserve to be - the Trash can!! >At 08:37 AM 2/6/01 -0600, you wrote: >>Why ar

JSP web host

2001-02-06 Thread Ravi Prashanth
Does anyone know of any good JSP web host ? I would really appreciate it if you can spell out some/any past experiences with any such host. Thanks, Ravi - Please post pictures of 5-year-old JSP wiz-kids online at http://BabyNamesIndia.com

Re: Loading page while processing in background

2001-02-07 Thread Ravi Prashanth
>Would I load a "wait while loading" page, then redirect to the page that >does the processing? That brings you back to the same problem - loading time of the second page - which will remain the same. In the above solution, you've just added one additional page to your application, which neithe

Re: Problem wih servlets and JSP

2001-02-07 Thread Ravi Prashanth
There are many ways to do this : 1st Method If the username/password combination has been verified to be ok by verification.jsp, then before sending it to main.jsp, you can add the username to the session (HttpSession) and retrieve it from main.jsp using : String username = Stri

Re: USE JSP/JAVABEANS TO GENERATE ON THE FLY DHTML

2001-02-08 Thread Ravi Prashanth
Very much possible. I've used JSP to generate JavaScript before. I've used JSP to load dynamic data into a layer. So there's DHTML/JSP for you. Ravi http://BabyNamesIndia.com At 11:50 AM 2/8/01 -0800, you wrote: >Is it possible to write javabeans, jsp tags, and jsp that will allow the >on the

Spawning a thread

2001-03-17 Thread Ravi Prashanth
How to call start a thread from a JSP page? Is the only way to call a bean, and start the thread from the bean? Thanks, Ravi - The World's Cutest Babies : Only at http://BabyNamesIndia.com - ===