Starting point for JSP

1999-06-28 Thread Naggi
Hi ! I am new to this mailing list. Does anyone know a site which would be a good starting point for JSP ? and secondly what exactly is Servlet Chaining ?   Thanxs in advance, Naggi

Re: Problem in jsp:forward.......URGENT

2000-06-12 Thread Naggi Rao
tches to a "hello-world2 servlet/JSP" and check the results !! Cheers, Naggi At 01:19 PM 6/12/00 -0700, Danny Trieu wrote: >I did the same. Except I am getting the RequestDispatcher from the >implicit object >'application' inside a jsp page. However, I don't

Re: How do you Delete Session variables

2000-06-12 Thread Naggi Rao
To add or overwrite a named value, you use the putValue() method. To remove a named value altogether, use the removeValue() method. Cheers, Naggi At 02:54 PM 6/12/00 -0600, you wrote: >How do you delete session variables? > >Travis Reeder >Director, Internet Technologie

Re: Problem in jsp:forward.......URGENT

2000-06-12 Thread Naggi Rao
" is loaded"); } I am sure this must be a bug if , one cannot forward to a loaded servlet ! Cheers, Naggi At 02:50 PM 6/12/00 -0700, you wrote: >absolutely not, the same URI and it works fine with sendRedirect() > >Naggi Rao wrote: > > > Could there be a problem wi

Re: Problem in jsp:forward.......URGENT

2000-06-12 Thread Naggi Rao
JSP and WLS !! --Naggi (Ex WLS Support guy ) At 04:23 PM 6/12/00 -0700, you wrote: >Naggi Rao wrote: > > > Hi , > > 1)Can you access the servlets independently ? > > > >Yes, I could. 'aplication' is the servletContext object inside JSP. > &g

Re: [Hi, its for you !]

2000-06-13 Thread Naggi Rao
Kind of cool ! :) for geeks like me (us ?) !! :) lol Naggi At 06:02 AM 6/13/00 -0700, you wrote: >It's a JSP specification mailing list AND a dating service ;] > >--- ralhan <[EMAIL PROTECTED]> wrote: > > what is this going on > > this si jsp specification m

JSP App Design (request for comment)

2000-06-13 Thread Naggi Rao
namic content (which might be expensive in terms of maintainence..) 3)Have a common Use bean which updates all the dynamic contents. Could anyone of you give any views/comments on the above and also as to which of the approach is a standard "industry" way ?

Re: uploading a file

2000-06-13 Thread Naggi Rao
Hi , Some good resources can be found at : http://www.servlets.com/resources/com.oreilly.servlet/MultipartRequest.html And sources at : http://www.servlets.com/resources/com.oreilly.servlet/cos.zip. --Naggi At 03:20 PM 6/13/00 -0700, you wrote: >Hi , > >I'm presen