Java Server Pages (JSP)

  • Servlet & Jsp
  • Tue, 14 Feb 2012 01:54:00 GMT
  • How to create registration wizard by using Servlet and Jsp?...
  • Problem with showMessageDialog
  • Wed, 11 Jan 2012 23:12:00 GMT
  • My problem is that i have used JOptionPane.showMessageDialog in JSP and when I run the first time any JSP program the message dialog comes at the Background of the Browser..So i want that to be displayed on the front of the browser..Please solve this as i have to submit my project this month.....
  • how to write a program accepting numbers 1 to 9 only
  • Wed, 23 Feb 2011 10:29:00 GMT
  • how to write a program which accept the numbers between one to nine only...
  • dynamic GUI
  • Tue, 15 Feb 2011 11:13:00 GMT
  • i have to develop an application in which i have to provide all HTML controls to user side like Visual studio . And user can also drag and drop these controls . Please help me i could not find any good source....
  • partial runtime expression in taglib not getting resolved
  • Wed, 09 Feb 2011 03:32:00 GMT
  • Hi,I have a custom tag which can accept runtime expressions with the use of <rtexprvalue>true</rtexprvalue>Now in the jsp<%String x="Hippo";%><c:custtag name="<%=x%> val="a b <%=x%>" >...........</c:custtag>Here in the above example name is getting resolved a...
  • partial runtime expression in taglib not getting resolved
  • Wed, 09 Feb 2011 03:31:00 GMT
  • Hi,I have a custom tag which can accept runtime expressions with the use of <rtexprvalue>true</rtexprvalue>Now in the jsp<%String x="Hippo";%><c:custtag name="<%=x%> val="a b <%=x%>" >...........</c:custtag>Here in the above example name is getting resolved a...
  • I want to enable & disable the add & update buttons of the form based on the hyperlink i click
  • Fri, 04 Feb 2011 23:45:00 GMT
  • In my first jsp page i have a hyperlink called add,on clicking that it should take me to a form where i have 2 buttons add and update,so on clicking add link only add button should be visible for me and not update,similarly for update..?????For add and update i have same form....Please help me out.....
  • I want to develop text chat system.What are the steps that i want to do?and i want some sample code.
  • Sun, 30 Jan 2011 21:58:00 GMT
  • This question is to write simple java program to generate text chat application...
  • passing values from database to servlet to jsp text field using onblur
  • Mon, 13 Dec 2010 02:39:00 GMT
  • HI i have a jsp page with customer number ,name,balance...Once customer number is entered by the user, name and balance should be automatically fetched from database using on blur event.....fetching data from database should be done through servlet....can anyone send me the code for this!!!!!...
  • response.getOutputStream().write more than once will has extra new lines at the top
  • Sun, 09 May 2010 02:15:00 GMT
  • Hi All, I am writing jsp to export data in excel format to user. An excel could be recieved on the cient side. However, since there's large amount of data, and I don't want to keep it in the server memory and write them at the end. I try to divide them and write serveral times. However,...
  • hyperlink to a row in a table
  • Sat, 22 May 2010 02:54:00 GMT
  • i have retreived data from a database into a table in jsp page.now when user click on one row its should show description about that row .how can i get value of selected row from table....
  • Checkbox problem
  • Tue, 08 Jun 2010 12:55:00 GMT
  • Hi, i have a page on which i have a text box and a checkbox.I can add any number of text boxes on the fly on the page..for each textbox,i will have to set the checkbox...I have defined textbox[] string array and checkbox[] string array to hold the values. When i add 3 textboxes,then data is co...
  • function to a submit button so tat i can submit it 2 email?
  • Tue, 08 Jun 2010 19:45:00 GMT
  • im new 2 jsp...i wanted 2 noe how 2 gv function to a submit button so tat i can submit it 2 email in jsp??? ...
  • email submit button
  • Tue, 08 Jun 2010 19:49:00 GMT
  • im new 2 jsp...i wanted 2 noe hw 2 gv function 2 d submit button so it will b sent to email...tq ...
  • How to control tab selection on a page load?
  • Sun, 27 Jun 2010 03:31:00 GMT
  • I am using Ditchnet tab container. I would like to change the default tab(say test1 to test2) selection when i come from a pop up window. Thanks. ...
  • automatically send email in the background using java
  • Mon, 12 Jul 2010 05:36:00 GMT
  • when user enters data in the field automatically a mail should be send to the user and the data should get stored in database. Can any one give a code for this. thanks in advance...
  • jsp using struts
  • Wed, 21 Jul 2010 23:43:00 GMT
  • Displaying image in jsp using struts, My requirement is that  I have to display alt value dynamically .how can i create image object and how can i use document.images['img2'].alt=imageTooltiptext()...
  • displaytag with checkbox & textbox
  • Thu, 19 Aug 2010 11:32:00 GMT
  • How do I work with checkbox and textbox into the display:table, I am using displaytag 1.2 and i did the same thing said here http://displaytag.homeip.net/displaytag-examples-1.2/example-checkboxes.jsp but the links to the next and previus page is not working anymore Anybody arouond the worl...
  • i have a jsp page that has 2 dropdowns
  • Thu, 23 Sep 2010 09:30:00 GMT
  • i have a jsp page that has 2 dropdowns one country and other is territory.i want to change value of territory when a country is selected.and country valuse is retreived from a arraylist in which query result is saved....
  • Request sent twice by weblogic
  • Fri, 24 Sep 2010 07:28:00 GMT
  • I have a web application deployed on weblogic 8.1 . The jsp calls EJB layer which takes 7-8 mins to return the result . Meanwhile the request is getting processed by EJB layer , the weblogic calls the jsp again . I am not using any other web server . Is there any way to stop this ?...
  • problem using jfreecharts
  • Tue, 19 Oct 2010 04:53:00 GMT
  • I am using writeChartAsPNG  for displaying a chart in jsp file.when i use saveChartAsPNG ,i am able to display submit button(using html tags).but when i use writeChartAsPNG  it is not getting displayed....
  • Why we neet 2 placed servlet-api.jar & jsp-api.jar in tomcat/common/endorsed?
  • Mon, 01 Nov 2010 23:53:00 GMT
  • Hello !:-) It is important to know us about the problem of placing servlet-api.jar and jsp-api.jar in the other dir. Because when all other jar files we r placing in tomcat/lib  folder then why no those two? Please reply because M so excited to study the Java its amazing This is m...
  • how to encrypt the password in jsp?
  • Wed, 05 May 2010 01:06:00 GMT
  • i work on jsp i want to encrypt password while storing in database and decrypt when enter the password . pls tell me the code for doing this....
  • input type image & ELContext
  • Tue, 20 Apr 2010 07:25:00 GMT
  • Hello everybody, I have a input image: <input type="image" src="img/arrow_left.png" name="listMove" value=Previous alt="Previous"/> How can I access the listMove variable using ELContext on the submitted page? Probably something like this??? ...
  • How to communicate parent jsp to sub jsp..
  • Thu, 22 Apr 2010 05:07:00 GMT
  • How to communicate parent jsp to sub jsp..We are used dhtmlx both jsp's..Delete button is on top jsp that action should be done in sub jsp ...
  • How to upload jsp,servlets & database on remote server?
  • Wed, 07 Apr 2010 23:16:00 GMT
  • <br />Hiii..<br />I am new to this. I don't know how to upload jsp and servlet on remote server(FTP server). and how to deploy webapp directory and web.xml file on server. please help me regarding this.<br />your help is really appreciated<br />thanks<br />...
  • How to upload jsp,servlets & database on remote server?
  • Wed, 07 Apr 2010 21:22:00 GMT
  • Hi.. All<br /><br />I am new here. now I am comfortable with jsp and servlet and can execute it successfully on tomcat server. but i don't know how to upload jsp,servlet files and database  on remote server and how to deploy webapp and web.xml file on server.<br />   ...
  • I have a Problem in Struts. I need to provide a dynamic value from my previous action method.
  • Wed, 24 Mar 2010 08:38:00 GMT
  • <p> Based on that Value i need to grow the size of the List with another Class object.I am able to do this. By Iterating the List I am able to display the JSP page properly with all the fields in that class( which is stored in that List). But while Submiting the form it is throwing ARRAY INDEX OU...
  • jsp rendering takes time in ie7 but not in ie8 or mozilla
  • Mon, 16 Nov 2009 22:44:00 GMT
  • i have huge performance issue ,we have developed web app using struts .in my jsp i have show data requested by users the page may go upto 1+ mb sometimes,i recently read a similar question on this site but it ended in proper answere or may be i dint have read properly.any ways the way we coded isij...
  • project on java servlet
  • Mon, 31 Aug 2009 21:46:00 GMT
  • There is one company company has one or more office,office has one or more department,same worker works on different department....
  • Java Technology Blogs
  • "Java Server Pages (JSP)" Related Questions
  • Java Script Server Side HELP!
  • A test was created that the user logs into with a password. The test is in two parts; each part has approx. 26 questions. The responses are captured within the database for an administrator to view. The problem is a user logs on responds to about two or three questions and then is redirected to...
  • JSP Search & Display results on same page.
  • Hi,I am using struts 1.1.Could any one please advice on how to create a search page that displays the results of the search on the search page instead of on another page.I appreciate any help in this regard.ThanksAngela...
  • Simple Command MVC webapp
  • I want to create a JSP Form page (first.jsp) on Tomcat 4.1.27 with a form that has about 20 input entries where the form will validate all 20 fields and show validation errors on the same page as the original form page (first.jsp). For example, if someone has a blank entry on the Firstname field...
  • Oracle Spatial via JDBC within BEA WebLogic Server?
  • Has anybody successfully written and deployed Java code that uses Oracle's spatial features for deployment inside BEA Weblogic Server (the market leader J2EE application server)?We are having problems using Oracle's spatial objects with connections obtained from the DataSource/connecti...
  • Receiving error while starting application
  • Hello SirI am new to JSF and i have just created a Hello World application , i am using Tomcat 5.5 and jdk1.5.I have all necessary Api's and when i run my application and in my jsp in write the line <f:loadBundle basename="com.abc.messages" var="msg"/> and run my jsp it will give error...
  • Thread: Cannot get past form
  • I am trying to allow the user to select a town from a listhowever I cannot seem to get past the listing of the towns -what am I doing wrong?<?xml version="1.0" encoding="UTF-8"?><SimpleContainer><%.thatisjava.com. page language="java" import="java.sql.*, java.util.*, java.text.* "%><%//variables St...
  • delete files on server
  • i want to now how it is possible delete files on apache tomcat jsp/servlets[ October 28, 2003: Message edited by: Bear Bibeault ]...
  • Need Help On Working On Cookies
  • Hi guys..How do i create a cookies that store a preference of a user...example..i allow him to choose a background colour for my webpage using a drop down list...and after he select, the value of the colour(etc.Blue) will be stored in a cookie...After that, how can i retrieve the values from the...
  • Thread: Oracle Chart Builder JSP doesn4t work
  • Hello forum, I have a problem, I want to do graphics with the Oracle Chart Builder 10 kit.I read the doc and found information for install on ApacheJServ and use with JSP, the instruccions say :Install the Chart Builder library under ApacheCopy the Chart Builder libary.For example, on NT, you ma...
  • Oracle 7.3 vs. Oracle 8i
  • I have a servlet that executes properly when the data being accessed resides on an Oracle 7.3 database, however when I change the code to retrieve from an Oracle 8i database, I get a blank HTML page. I've added $ORACLE_HOME\jdbc\lib\classes12.zip to my CLASSPATH. Can someone help?Here is a...