Re: Cookies in Tomcat with jsp's

2001-10-05 Thread Saurabh Shukla
You can use the send the cookie with response(HttpServletResponse). Some thing like this.. public void sendCookie(HttpServletResponse ) { Cookie cookie = new Cookie ("COOKIEID","CookieValue"); cookie.setMaxAge (age); resp.addCookie (cookie); }

Re: Market..

2001-10-04 Thread Saurabh Shukla
You need not necessarily use JSP's, for speedy development and better performance you can also think about using a template Engine dependending on your project. Check out webmacro and velocity. I have tried veloctiy and it was good, but have not seen or tried it on a development enviornmen

Re: Problems to send arrays to my DB

2001-09-21 Thread Saurabh Shukla
1) Read About Array Discriptors. You can go to .oradoc.com , they have some good documentation on this. HTH, Shuklix -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Vikramjit Singh Sent: Saturday, Sep

Re: OFF TOPIC: Terrorist attacks

2001-09-17 Thread Saurabh Shukla
It probably was not tought at all in the school he went to. :-) -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Terrence Gleed Sent: Monday, September 17, 2001 2:47 PM To: [EMAIL PROTECTED] Subject: Re: OFF