Please help me

2003-11-19 Thread Snehal Pandya
Snehal Pandya RIL Naroda - Ph (O): 30215010, 30215025 - Extn. 381 M: 9825752277 === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST

Help me

2003-07-16 Thread Snehal Pandya
Friends, I am in a problem. I want to write message log . For that I am using Random access file. I want outout on the JSP. My JSP file is %@ page import=java.io.*,java.lang.* % %@ page import=p1.*% !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTML HEAD TITLE /TITLE /HEAD BODY

little bit off track

2003-06-17 Thread Snehal Pandya
hi friends I have one doubt in a Java Script . I created a table where 3 rows I have hidden by the attribute tr style=display:none These rows when a button is clicked are to be displayed. For this I wrote a function where in I am calculating the no. of columns after which the row is

How to Print on Prefromated stationary with JSP

2003-03-22 Thread Snehal Pandya
with JSP application.. Any idea please inform waiting for your expert replies Snehal Pandya - The secret of getting ahead is getting started. The secret of getting start is breaking your complex

confused

2003-03-14 Thread Snehal Pandya
I am working with a small application. I have 3 files. first is connection.java for JDBC Connection custSql.java for sql statements this the error message Error: 500 Location: /wip/CustMaster.jsp Internal Servlet Error: java.lang.IllegalStateException: Response has already been committed

Sorry little bit off track

2003-03-11 Thread Snehal Pandya
hi friends, I have problem with the Java Script. I am openning a child window get select the value then the value will come to the parent window. I have tried it in HTML file but I am not getting . I am sending you the code what I have written . IF possible then send me the answer...

How to segregate webserver with application server,

2003-02-20 Thread Snehal Pandya
Hi Friends, How to segregate webserver with application server,Relavance of application server. Tell me if you have idea about IIS and Personal web server(difference) Snehal === To unsubscribe: mailto [EMAIL PROTECTED]

Three tier Application

2003-02-20 Thread Snehal Pandya
Hi All, Rigth now I am working with JSP . My application is TWO tier. Business logic and presantation all are in the same file. Now I want to convert it to three tier application. I don't know How to design the application. How to pass the parameter and all.. If any body have idea then please

[no subject]

2003-02-18 Thread Snehal Pandya
Hi Gurus, I am new be in the Beans Programming with JSP. I want to use the Beans in my application . I have to retrieve the Group code and then from the group no get the Items from the Item Master. How I can use beans for this purpose? If I will pass the result set I got the array of the Items .

[no subject]

2003-01-26 Thread Snehal Pandya
I can't get u. We are making prn file for printing and may be the size is may be 132 columns . Every time I have to print that file and then send it. With this file I am generating | delimited file for excell use. But if possible send me the logic or any info that I can give the op on

[no subject]

2003-01-25 Thread Snehal Pandya
hi, I have some typical requirement. In my organization we are using Informix as dbms and 4GL as frontend. I have lots of report files having headings and detail. I want to convert them to html that the user can get the OP on the screen . IT is useful to me please reply me if you have any idea or

Getting Error While fetching date

2003-01-15 Thread Snehal Pandya
I have Informix as a database. Tomcat as web server. String sortSql=select sort, match, wvg_grey_date, pro_grey_date, processing_date, folding_date,cutting_date,reprocess_date,sending_date,sendback_date, grey_act_length, sent_qty,piece_status FROM pt_piece a, pp_det b where a.pp_no = b.pp_no and

Use of Vector

2003-01-01 Thread Snehal Pandya
Hi All, I have a Application and For that I want to put all Master value in the Vector . Whether this is good programming or it is benifishery. My application is for intranet only. Please help me how to use it and how to retrive the information from the Vector. Thanks for help, Snehal

[no subject]

2002-12-17 Thread Snehal Pandya
HI all, I am new to servlet I am using tomcat. I don't know how to put my servlet file to Tomcat. I don't have JSDK. I want to work with servlet, Thanks in Advance - The secret of getting

[no subject]

2002-12-16 Thread Snehal Pandya
hello, This is my code, If I will run this Program 10 -20 times I don't get what will happened . But the Responce become slow. I have Unix plateform and Informix as a server. This is selection screen. After that I have to run the report regarding criteria. Thanks for help, %@ page

Having error

2002-11-27 Thread Snehal Pandya
Hi This my code and I am having null pointer Exception this is my function %! public static String nulltostring(String obj){ if(obj==null) { obj = ; } obj = obj.replace('',' '); return obj; } % param1=

Re: What is Display environment variable to see applet on Unix te rminal

2002-11-14 Thread Snehal Pandya
It 's not working - The secret of getting ahead is getting started. The secret of getting start is breaking your complex overwhelming tasks into small manageable tasks, and then starting on the

What is Display environment variable to see applet on Unix terminal

2002-11-13 Thread Snehal Pandya
I want to run a applet on the Unix terminal. but I am getting this error .. $ appletviewer appdemo.java The environment variable DISPLAY is not set. Default to the local display. Xlib: connection to :0.0 refused by server Xlib: Client is not authorized to connect to Server Exception in thread

[no subject]

2002-11-13 Thread Snehal Pandya
I want to run a applet on the Unix terminal. but I am getting this error .. $ appletviewer appdemo.java The environment variable DISPLAY is not set. Default to the local display. Xlib: connection to :0.0 refused by server Xlib: Client is not authorized to connect to Server Exception in thread

getting error when starting tomcat

2002-07-14 Thread snehal pandya
Hi friends, I am getting this error while starting the tomcat.Please help me Catalina.start: LifecycleException: null.open: java.net.BindException: Address in use: JVM_Bind:8080 LifecycleException: null.open: java.net.BindException: Address in use: JVM_Bin d:8080 at

I want to cofigure tomcat with IIS

2002-06-11 Thread snehal pandya
Hello Everybody, I want to upload my site. I have develop the site using Servlet JSP And the database is Access. Now I have to put my servlet jsp Part on the Tomcat and other static pages are on the IIS. I don't know How to solve this problem. How to Configure tomcat with IIS. If any body

Re: Images problem

2002-05-24 Thread snehal pandya
Hi, I am facing the same problem with the image. But I convert the image in jpg form and store the image .I am using tomcat 3.2 but now it is working for me. So try to change the format of your image. Best luck, Beck me soon, Snehal - Original Message - From: sagar arora [EMAIL

WEl come file not responding

2002-05-18 Thread snehal pandya
I want to put my welcome file. I have change in the web.xml but unfortunately I can't get Output.For that what to do plese reply me. My welcome file is JSP File. IF I have to Put my file to some whereelse or what to write in the web.xml. Waiting for reply Snehal