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 strongm 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: *

  1. Nescio

    request.getParameterNames Ordering

    hmmm... thank you for the reply. I shall attempt to investigate further.
  2. Nescio

    request.getParameterNames Ordering

    Hello forum readers, I have a problem associated with the request.getParameterNames() method. I have a servlet that recieves a series of unknown parameter names and I would like to recieve these names in the order in which they appear on the form page. Now the request.getParameterNames() method...
  3. Nescio

    need help for jsp/excel?

    The primary trick to outputing to an excel file is changing the the contentType tag to <%@page contentType=&quot;text/html&quot;%> and using tabs between cells in your output. There is a great example to be found here in this downloadable book: http://pdf.coreservlets.com/ Enjoy Nescio
  4. Nescio

    LogOut.jsp

    Well, I don't honestly know what your problem is and I'm not sure how much help I can be as I'm still learning myself but I'll give it a shot. A couple of things occur to me: a) It looks like this logout function of yours should be more a job of a servlet rather than a jsp since you are not...
  5. Nescio

    Explorer instability

    Not really a tech question this time but I am curious to know if anyone has run into similar problems. I have experienced a great deal of windows explorer instability lately, i.e. it crashing every 20 minutes or so with Windows XP. Now I could be seeing things that aren't there but it is...
  6. Nescio

    Rule / Trigger Help

    I have a table, let's call it table 1, with two integer columns in it. I would like to be able to efficiently generate the entry for column 2 based on the entry in column 1. Basically I would like a private sequence for every entry in column 1. So the final result would look something like this...
  7. Nescio

    java.lang.ClassNotFoundException: com.ibm.db2.jdbc.app.DB2Driver

    Hello, I've been banging my metaphorically banging my head again the wall all day attempting to use a simple servlet to connect to a db2 database and update a table. I eventually run into the Exception you see above. I've read a couple of other forum posts from various forums and as far as I...

Part and Inventory Search

Back
Top