JSP Questions


how to display 10records in the browser again when we press the next button it will display 10 recors
I am creating a form with three fields eno,name,salary and search button. I may or may not enter the values to the text fields and then press the search button. Here based on the values the query will generate and execute now the 10 records are display if may available otherwise it will display getting [...]

Answer Question   |  October 12, 2012  12:02 PM
JDBC, JSP, Servlet
asked by:
15 pts.

jsp
<HTML> <HEAD> <!– Example2 –> <TITLE> JSP loop</TITLE>  </HEAD>  <BODY> <font face=verdana color=darkblue> JSP loop <BR> <BR> <%! public String writeThis(int x) {             String myText=”";             for (int i = 1; i < x; i++ )                        myText = myText +  “<font size=” i ” color=darkred face=verdana>VisualBuilder JSP Tutorial</font><br>” ;             return myText; } [...]

Answer Question   |  April 4, 2012  6:00 PM
JDK 1.6, JSP
asked by:
35 pts.

mysql connection using jsp
how cna i connect mysql database with my login form using jsp in linux operating system?

Answer Question   |  October 12, 2010  10:05 AM
Java Web developers, JSP, Linux OS, MySQL
asked by:
5 pts.

jsp(NetBeans) in xampp
can u tell the steps for executing the project in XAMPP. the project is in NetBeans and the coding is jsp.how to link it correctly

Answer Question   |  November 17, 2009  2:10 AM
JSP, NetBeans, xampp
asked by:
20 pts.

Getting userid in Webfacing application
I am trying to pass userid from webfacing application index.jsp page via URL parameter. This is what I have been doing this far: None of these return real user’s userid. All return “null” valueAt this point user is not logged on, so I need some sort of “system userid” but of the real user logged [...]

Answer Question   |  August 18, 2009  6:32 PM
JSP, RAD, RADi 7.5, WebFacing Tools
asked by:
115 pts.

how to istall jboss in windows?
hello friends plzz help me & tell me how can i install & configure & run a jsp program in jboss server.

Answer Question   |  July 16, 2009  7:23 AM
JavaServer Pages, JBoss, JSP
asked by:
5 pts.

jsp–param and sql:update
Hello, Could anyone tell me if I need to do something special to use a param value as an sql insert statement in <sql:update>? The param value displays fine if I use <c:out>, but the value doesn’t get inserted in a table by an insert statement.

Answer Question   |  June 9, 2009  9:37 PM
INSERT statement, JSP, SQL
asked by:
5 pts.

What are the latest Java technologies?
What is latest in Java technologies?

Answer Question   |  April 19, 2013  10:54 AM
Hibernate, Java, Java Servlets, JSP, Struts
asked by:
5 pts.

Oracle Forms 6i and Oracle 11g database – Multilingual I18N
HI, We have Forms 6i, we are going for Multilingual, and it has Oracle 11g db. We are updating the database with one more column in an exiting table with NVarchar2. The approach we are going for Column level Character set Updates. One more approach is Full Database level Character Set. I try to compile [...]

Answer Question   |  March 25, 2009  6:59 AM
Crystal Reports, Database character set, Database localization, Java, JSP, Localization, Multilingual support, Oracle 10g, Oracle 11g, Oracle character set, Oracle Forms 6i
asked by:
5 pts.

How to install the MySQL JDBC connector?
Can anybody tell me how to install the MYSQL JDBC connector. I am getting error “java.sql.SQLException: No suitable driver “. I placed the driver in the java-jrelib folder also in the shared folder of tomcat 5.0. Even in the lib folder of WEB-INF. But I am getting the same error.

Answer Question   |  March 4, 2009  6:32 AM
Apache Tomcat, Database connectivity, Java, Java Database Connectivity, java.sql.SQLException, JDBC, JSP, Linux hosting, MySQL, Tomcat hosting, Web developers, Web development
asked by:
25 pts.

MySQL and JSP connection
I hosted my site and I got the mysql server. Now, I want to connect it with the jsp pages . I am not understanding how to use ip address in connection string and while creating DSN i used my local server that is tomcat. But my website is in linux server. Will it create [...]

Answer Question   |  February 25, 2009  5:43 AM
Apache Tomcat, Database connectivity, DSN, JSP, Linux servers, MySQL, Web development
asked by:
25 pts.

Website and database connection
can anybody tell me how to connect the MS sql database with the jsp pages….I got the ip address and username with the password…I know how to connect it in a local system…but I dont know how to connect it with the database in the web server….Please help me to solve this matter

Answer Question   |  February 23, 2009  12:29 PM
Database connectivity, JSP, SQL Server, SQL Server connectivity, SQL Server development, Web development
asked by:
25 pts.

About JSP
please anyone help me…. i want to translate a jsp file into servlet manually by coding any one help me ….

Answer Question   |  November 22, 2010  1:58 PM
Java Servlets, JSP, Web development
asked by:
5 pts.

when i deploy webapplication using jstl in jsp i have got an error cannot access org.students.Address
error: Compilation of ‘C:beauser_projectsdomainsmydomain.myserver.wlnotdeleteextractmyserver_app_appjsp_servlet__tg5.java’ failed: ——————————————————————————– C:beauser_projectsdomainsmydomain.myserver.wlnotdeleteextractmyserver_app_appjsp_servlet__tg5.java:142: cannot access org.students.Address probably occurred due to an error in /tg5.jsp line 3: org.students.Address a=new org.students.Address(); programm is: <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <% org.students.Address a=new org.students.Address(); a.setStree("strone"); a.setCity("ctyone"); a.setState("ap"); pageContext.setAttribute("svone",a); %> <c:out value="${pagescope.svone}" /> <c:out value="${pagescope.svone.street}"/><br> <c:out value="${pagescope.svone.city}"/><br> <c:out value="${pagescope.svone.state}"/><br>

Answer Question   |  July 23, 2008  11:48 AM
JSP, JSTL, Web application deployment, Web development
asked by:
5 pts.

storing multiple fields iin jsp into a single column in th table
i have one text filed and a select field.I have to concatenate both of them and store into a single column in the table. how do i achieve this??

Answer Question   |  June 26, 2008  9:19 AM
Concatenate, Database programming, JavaServer Pages, JSP, Web development
asked by:
Jem
5 pts.

i’m having one web application ,actually now in that when user submits the data it is storing directly in database instead of that now i want to shows
Now in that when user submits the data it is storing directly in database instead of that now i want to showsuser that he can edit the data in preview page & if now the user is corrected the data then he wants its to store in database. pls help how to do the logic [...]

Answer Question   |  May 14, 2008  8:58 AM
Confirmation page, Java Servlets, JavaBeans, JSP, Web applications, Web development
asked by:
15 pts.

Sql subquery
how can we use sql subquery in jsp?i am trying to write it but it gives me an error of missing operand?

Answer Question   |  April 29, 2008  1:53 PM
JSP, SQL, Subquery, Web development
asked by:
5 pts.

Fixed header
I need fixed header with fixed column and sorting for my list.it should work even there is a selectbox in list. Thanks in advance

Answer Question   |  July 25, 2008  9:25 PM
Java, JavaScript, JSP
asked by:
5 pts.

programming using c#,winforms and visual studio.
i cant think of what to write in this part of the code so that the password character is ” * ” when the user enters his/her password.pliz help private void txtPassword_TextChanged(object sender, EventArgs e) { char Password =GetStyle (“*”); txtPassword.Focus(); } i just have no idea what to write so that this particular code [...]

Answer Question   |  October 24, 2007  7:29 AM
ASP, ASP.NET, C, ColdFusion, DataCenter, Dreamweaver, HTML, J#, J2EE, Java, JavaScript, JSP, Macromedia Flash, Photoshop, Programming Languages, SQL, VB.NET, VBScript, Visual Basic, Web development tools, Web site design & management, XML
asked by:
0 pts.

Sending Table Data From Oracle 9i To Sql Server 2005 using oracle 9i Trigger
My aim is to send the data from oracle to sql server 2005 whenever there is data insertion, deletion or updation in the oracle table the same change needs to happen in the sql server having the same table structure as oracle.But I am not finding any way to accomplish this task.please help me. Have [...]

Answer Question   |  November 14, 2006  5:01 AM
HTML, JavaScript, JSP, SQL, T-SQL, Visual Basic
asked by:
0 pts.