Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DKL01
  • Order by date
  1. DKL01

    Generating flat file from java beans

    Hello All, I have an existing application with high level flow as mentioned below. Action class -> DAO class -> Java beans (getter/setter method) -> JSP I need to reuse the existing code (except JSP part) to dump the data into flat flat. Wondering what would be the best approach. Appreciate...
  2. DKL01

    getInputStream - file path

    Hello All, Till now my java app was running on Windows and now I need to move it to Linux. On Windows I had mappings.jar in root folder of C drive. I'm not sure where should I move this file in Linux so that my app finds it. Really appreciate any suggestions. Thanks public Document[]...
  3. DKL01

    Error preloading servlet

    Hello All, I'm getting below message while running application on Oracle Application Server 10g. I have struts.jar under WEB-INF/lib folder in EAR file. Really appreciate any suggestions. Thanks REPORTAPP: Error preloading servlet javax.servlet.UnavailableException at...
  4. DKL01

    Cookie Issue

    All, Thanks for the reponse. When I do "nslookup devpc1" from the command prompt it is returning "devpc1.mycompanyname.com". I think it indicates this box is associated with mycompanyname.com domain. When I try "http://devpc1.mycompanyname.com/Reporter/index.jsp" it is converting to...
  5. DKL01

    Cookie Issue

    Hello All, I'm using client-side JavaScript to set the cookies. These cookies are set on page home.mycompanyname.com/index.html. After clicking on the link from the above page it will go http://devpc1/Reporter/index.jsp But Reporter application is not finding the cookies though "devpc1" box...
  6. DKL01

    No bean found under attribute key

    Hello All, I'm getting below mentioned error in my J2EE application using Struts. Any ideas what might be causing this. I even tried with adding scope='request' in bean:write tag. But it did not help. Really appreciate any suggestions. Thanks Error : javax.servlet.jsp.JspException: No bean...
  7. DKL01

    Issue with file downloaded by IE

    Hi All, I have Download Data option in my web application. I'm seeing a diffence in the file when I download the file using Netscape and IE. File created by Netscape browser is showing 0D 0A at the end of each record when I view the file in Hex Editor. File created by Internet Explorer is...
  8. DKL01

    JavaScript number format issue

    Thanks for the response. I code I mentioned is server-side JavaScript not client-side so it's not browser issue. Do you think it's the samething causing this issue ? I'm not doing any calculation. I'm confused.
  9. DKL01

    JavaScript number format issue

    Hello All, I'm calling below mentioned server-side JavaScript code multiple times for different dates. When I call the function first time the varibale shows correct value -.89. When I call the function again for next date it shows -.9400000000000001 instead of -.94. If I run the query in SQL...
  10. DKL01

    Issue with CSV file generated by servlet

    I don't think the string has the "extra" Line Feed. With your suggestion it will trim the Line Feed coming from the code. Bascially when I open the CSV file generated by application in Notepad I seeing col1,col2,col3LF col1,col2,col3LF col1,col2,col3LFLF But it should be col1,col2,col3LF...
  11. DKL01

    Issue with CSV file generated by servlet

    Hi All - Our java application (servlets) has the option of generating a CSV file. We are adding LineFeed "\n" after each record we read from the database. But when we save the file we are seeing an "extra" Line Feed (0A) at the end of the file ? Is there anyway we can eliminate this extra...
  12. DKL01

    IE and Cache problem

    Hello All, The application we have generates one report. This report can be generated again and again for different dates. In my IE default setting is "Check for newer version of stored pages - Automatically". With this setting the IE displays report from Cache even though I generate the report...
  13. DKL01

    send-cgi reports: could not send new process

    Hello All - I'm getting below mentioned error while running a perl script. ------------------------------------------------------- ERROR: trying to GET /shell-cgi/jscompiler.pl, send-cgi reports: could not send new process (File not found) cgi_send:cgi_start_exec...
  14. DKL01

    internet issue

    Thank you very much for your response. I think you guys are absolutely right. The problem stated when I downloaded and installed some s/w from net. That s/w was to install Dora the explorer images on my desktop as my son is big fan of Dora. I ran Spy Hunter and McAFee but did not find anything...
  15. DKL01

    internet issue

    Hello All - I don't know what happened to my PC. For last 2 days it is connecting to internet at regular speed (44.4 - 55 kbps) via dial-up connection. But the pages are loading very very slow. I'm not sure whether it is problem with my PC, Modem, Telephone line or ISP. I thought it could be...
  16. DKL01

    Formatting hard disk

    Hello All - I'm planning to format hard disk on my PC. I have Win 2K. I have created boot disk for Win 2K. It has created 4 disks. But when I restart the PC with disk 1 it will go into Win 2K setup. Could be please tell me how to start format. Thanks much
  17. DKL01

    JDBC - Invalid column name error

    Hi All - Can anyone tell me what I'm doing wrong here. Appreciate any help. Thanks In DB CREATE OR REPLACE FUNCTION sf_Sales ( Date VARCHAR2, Company_ID VARCHAR2 ) RETURN NUMBER IS : : : In Java Code sqlStr = "SELECT sf_Sales(" + sqlParam + ") SalesAmt from dual"...
  18. DKL01

    Servlet - Finding the source of the request

    Hi, I have few JSP pages and one servlet(Main.java). All JSPs have this servlet under action <form action='Main'>. Is there anyway for the servlet to find out from which JSP page it is getting request. I went through HttpServletRequest API but couldn't find anything. Any ideas ? Thanks much.
  19. DKL01

    OS Not found message

    Thanks for the response. When I tried to re-install WIN 2K it is giving message "Start-up disk is new or has been erased". I'm not able to go to either C or E drive using emergency diskettes. Do you think I need a new hard drive ?
  20. DKL01

    OS Not found message

    Hi I had Windows NT 4.0 on my PC. Few months back I upgraded it to Win 2000. Couple of days back it started giving me message "operating system not found" when I tried to start my PC. In the BIOS information I changed the sequence to make CD drive as first device the computer should look for...

Part and Inventory Search

Back
Top