Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested JSP Solutions: 1826 - 1844 of 1844
 
Hi, I want to ask if it is possible to write a stored procedure in JSP? Or, maybe I could use a prepared statement? If so, can someone offer some examples that accept perameters to read, ...
pass jsp values of textbox through servlet as entry point to other jsp file: i am having one jsp page with text boxes, jsp page is requesting to entry servlet i want to pass values which ...
I have a page that makes about a 5 to 12 queries against a database and builds the page.  The page is very slow...  I thought the issue was in the database side of things so I concentrated on ...
HOw would I round off a float? For example: float numA = 26.07; float numB = 40.00; float answC; answC = numA/numB * 100; I want to have answC hold 65 not 65.175
I am trying to display a String by default into a text area using a JSP directive and it works unless there is a carriage return contained in the String that is returned. What I am looking ...
Hi, I'm new to JSP. I'm using Eclipse to develop JSP. So far, I've seen that is awful to debug in JSP. Do you know any way to improve the debug? Any trick, tool,... Thanks, L
Hi, I am using response.setContentType( "application/vnd.ms-excel") in my JSP page to export the contents of the page to Excel.  The problem I am having is with the formatting on one on the ce...
I have a number of .HTML which will submit data to http://localhost/creator.jsp If the .html file is located at http://localhost/folder1, after sending the data to http://localhost/creato...
Hi, I am using the commons-fileupload-1.1.jar for file upload this is working fine in the tomcat server. but when i am doing the eame thing in the oracle application server i am getting th...
hi all, i am trying to use jdbc realm and when i run the example after making the necessary changes to server.xml and web.xml i am getting error 500. it is trying to find j_security_chec...
I need to do a web based project using JSP and Oracle. Can someone tell me, what is required to connect JSP with Oracle? Any sample code showing how to set up the connection would be appreciat...
Hi There I need to download some files from the server on to the client machine, with the cleint able to select where he wants to save the file. I have used the taglibs provided in http://...
I have a script that pops open a window when called to display a short message then automatically closes after 8-10 seconds. We are using this script as part of an email campaign to indicate t...
 Right, we are migrating our web content from Resin to Tomcat web server.   All of our JSP pages use include directives for common files (like headers, footers, front pages etc). All of th...
I want to upload word document/Images/.pdf files to the Oracle database and store them into the BLOB field. I found some code on this but I think it does not work. the code is like : st.e...
Here is part of my coding try{             Statement smt =conn.createStatement();            //smt.executeUpdate("insert into addtemp (eng,chin) values( '"+engWord+"','"+chiWord+"'); ")...
tell me any practial book or url for using Beans w.r.t javawebserver 2.0 because there r some classpath problem with Tomcat 3.2  ..... 4.2 i read from wrox jsp professional, Core jsp & servle...
I have a table in a database with the following data: Id - Parentid - Name - Url 1 - 0 - Home - home.jsp 2 - 1 - Page1 - page1.jsp 3 - 1 - Map1 - map.jsp 4 - 3 - Page2 - page2.jsp 5 - ...
I downloaded this classic game a few weeks ago and thus far have been unsuccessful in getting it to operate correctly.  I get through the team selection and coin toss phases fine, but then get...
Hi, all I tried to use: System.out.println("browser: " + System.getProperty("browser")); System.out.println("browser version: " + System.getProperty("browser.version")); to show brow...
HI ! I am storing a file into database -Oracle 8i blob field. Then I retrieve them and write them to the 'response' on a JSP. The code is something like this :      String mainContent = ...
Hi, I am trying to use a textarea to get a list of numbers from the user: 123 456 When the page is posted, I want to parse the textarea into, in this case, two strings, 123 and 456.  T...
Sounds a bit odd bit here is the scenario: I have a JSP web app with a login page.  Within this site, there is a page with an <IFRAME> tag that points to an ASP page.  The ASP page requires...
Hello All, I am using jspsmartupload for uploading the files to the MySQL db. I don't have any problem doing this. But, i have problem with download. Actually i m providing user a singl...
Hi i am new to this jfreehcart. is there any simpler and faster way of learning how to use the jfreechart in jsp or in the ejb? thanks!