Re: JSP editor

2000-07-10 Thread Nagraj
I am using Mutli-edit where in you could customize the editor to understand JSP.. try that.. --naggi -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Terence Lui Sent: Wednesday, July 05, 2000 12:39 PM To:

Re: JSP and Servlet application flow

2000-07-18 Thread Nagraj
? Hope this gives you some pointers... Cheers, Nagraj -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Brad Miley Sent: Tuesday, July 18, 2000 10:59 AM To: [EMAIL PROTECTED] Subject: JSP and Servlet

Re: Popup Windows

2000-07-18 Thread Nagraj
I guess try using some javascripting.. Look up : http://www.pageresource.com/jscript/jconfirm.htm Cheers, Nagraj -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Rupali Bains Goswami Sent: Tuesday, July 18

Re: including a dynamic file name

2000-07-18 Thread Nagraj
hi try : .html" flush="true"> Cheers, Naggi -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Stuart Maclean Sent: Tuesday, July 18, 2000 2:20 PM To: [EMAIL PROTECTED] Subject: including a dynamic file na

Re: **URGENT***

2000-07-21 Thread Nagraj
Secondly, Try Studying the servlet demostrated at : http://www.frontiernet.net/~imaging/FileUploadServlet.html Thirdly , I guess you would have to learn Java programming first before you speed ypur way in to App Servers..:) J/king Cheers, Nagraj -Original Message- From: A mailing list about

Re: JSP-Bean question

2000-08-02 Thread Nagraj
Hi Mark, One doesnt have to put it in the servlet classpath. I am using JSP use beans heavily and I have placed them in the CLASSPATH(Weblogic CLASSPATH since my App server is WEblogic) and if you could check the generated code I am sure you would find an answer as to why it has to be in a packag

Re: Parameters between two JSP files

2000-08-08 Thread Nagraj
but make sure that all the CGI variables are HTTP Encoded ! Cheers, Nagraj -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Jay Thoden Van Velzen Sent: Tuesday, August 08, 2000 9:27 AM To: [EMAIL PROTECTED

Re: DB Access problem

2000-08-09 Thread Nagraj
Hi , This is a ODBC-JDBC specific error , I had got it once When The value specified for the argument ColumnNumber exceeded the maximum number of columns in the result set. ALSO Some Info : E10. SQLException: [S1002][Microsoft][ODBC SQL Server Driver] Invalid Descriptor Index This exception is

BUG in WLS ?? java.lang.ArrayIndexOutOfBoundsException: 1

2000-08-10 Thread Nagraj
Hi all, I am using a WLS and I seems to be getting the following exception randomly while accessing the JSP/ Servlets , There seems to be no reason at all..HAs any one encountered it ? or could it be a bug in WLS ? Thu Aug 10 15:54:38 PDT 2000: Servlet failed with R untimeException Thu Aug 10 1