No Subject

2001-02-23 Thread Venkata Ratnam Vadlamannati
Hi All When we more than one querystring in JSP, how do we read then in the next page, because if we use request.getQueryString(), it returns the whole string after '?' and if we use request.getParameter("parameterName"), it works fine, but when requests come from different pages and they do not

Re: Disallowing concurrent sessions

2001-02-11 Thread Venkata Ratnam Vadlamannati
During the testing of my ongoing project, I found that, sometimes a user has to be logged into my site for more that 30-40 minutes which is well above the normal 20 minutes of session timeout by tomcat (I am aware that this can be increased/decreased) When I implement HttpSessionBindingListener,

Parsing text to date - Urgent

2001-01-20 Thread Venkata Ratnam Vadlamannati
Dear All I am taking date from an HTML form in 01/01/2001 format and take read this in a jsp page as request.getParameter("date") I try to put this in my MSSQL Server 7 table (table column is date with 8 characters width - default) with a prepared statement, it gives the following error: **

Inserting special characters

2001-01-06 Thread Venkata Ratnam Vadlamannati
Hi all Can anybody suggest me how to insert into a text column with text such as "abc's question", "he said "I am not a culprit", it's your fault" etc., I'm using jdbc-odbc drivers for sql7.0. and HTML forms with JSP to process backend. As the string is with characters such as ", ', normal inse

Re: JRun233 vs JRun3

2000-07-24 Thread Venkata Ratnam Vadlamannati
Hi Ionel JRun 2.33 runs JSP 0.92 and Servlet 2.1 specifications whereas JRun 3.0 runs JSP 1.1 and Servlets 2.2 and easy to instal and administer and significantly improved from its previous version. Developer of version of JRun 3.0 is free and available from Allaire's website Thanx Venkat

Re: Help on JSP

2000-07-24 Thread Venkata Ratnam Vadlamannati
Hi Suresh I don't think JSWDK1.0.1 supports latest specifications of Servlets and JSP. May I suggest you to download developer version of JRun 3.0 (Free from Allaire) or you may use Tomcat (from Apache). The former also works as a web server and it's administration is pretty cool I've no idea

JDveloper 3.5 support for JSP

2000-07-21 Thread Venkata Ratnam Vadlamannati
Hi all Can any one tell me about the JDeveloper 3.5 support for JSP. Does JD 3.5 contain any JSP tag libraries and proprietor tags Thanx in advance venkat === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff J