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...
The primary trick to outputing to an excel file is changing the the contentType tag to <%@page contentType="text/html"%> 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
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.