JSP Questions and Answers

Recent IT Questions

1 - 20 of 30
<<PREVIOUS 1|2 NEXT>>

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   |  Nov 17 2009  2:10 AM GMT
xampp, JSP, NetBeans
asked by Chansanle

  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...

View Answer   |  Aug 18 2009  6:32 PM GMT
RAD, WebFacing Tools, JSP
asked by Lenny2113

  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.

View Answer   |  Jul 16 2009  7:24 AM GMT
JBoss, JSP, JavaServer Pages
asked by Mrsaroj

  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   |  Jun 8 2009  9:37 PM GMT
JSP, SQL, INSERT statement
asked by Eoeo

  5 pts.

What are the latest Java technologies?

what is lattest technoloies in java

View Answer   |  Apr 1 2009  10:54 AM GMT
Java, JSP, Struts
asked by Ganeshkumar1

  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...

Answer Question   |  Mar 24 2009  6:59 AM GMT
Oracle Forms 6i, Java, JSP
asked by Gguruji

  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-jre\lib\ 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.

View Answer   |  Mar 4 2009  6:32 AM GMT
JSP, MySQL, Web development
asked by Advancedjava

  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 a problem.

View Answer   |  Feb 25 2009  5:44 AM GMT
MySQL, JSP, Apache Tomcat
asked by Advancedjava

  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

View Answer   |  Feb 20 2009  12:29 AM GMT
SQL Server, JSP, SQL Server connectivity
asked by Advancedjava

  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   |  Oct 12 2008  1:58 PM GMT
JSP, Web development, Java Servlets
asked by Madhavan1

  5 pts.

when i deploy webapplication using jstl in jsp i have got an error cannot access org.students.Address

error: Compilation of 'C:\bea\user_projects\domains\mydomain\.\myserver\.wlnotdelete\extract\myserver_app_app\jsp_servlet\__tg5.java' failed: -------------------------------------------------------------------------------- ...

Answer Question   |  Jul 23 2008  11:48 AM GMT
JSP, Web development, Web application deployment
asked by J2ee

  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??

View Answer   |  Jun 25 2008  9:19 AM GMT
JSP, Web development, JavaServer Pages
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 or code. using java servlets,jsp...

View Answer   |  May 12 2008  8:58 AM GMT
JSP, Web development, JavaBeans
asked by Kishore2k7

  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?

View Answer   |  Apr 28 2008  1:53 PM GMT
SQL, JSP, Web development
asked by Shruti

  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

View Answer   |  Feb 15 2008  9:25 PM GMT
Java, JavaScript, JSP
asked by Sushma123

  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();...

View Answer   |  Jul 29 2007  7:29 AM GMT
Programming Languages, Visual Basic, SQL
asked by drsingh

  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...

View Answer   |  Nov 14 2006  5:01 AM GMT
Visual Basic, SQL, T-SQL
asked by dhirendra10

  0 pts.

What is the location of servlets?

I have not been successful in executing a servlet whose physical location is C:MyWorkMyProjectclassesmyServlet.class. In the jsp file I have <form action="../classes.myServlet" method="post">. But, when I run the project within JDeveloper and when tried to execute the servlet, I get "The...

View Answer   |  Jun 20 2006  9:15 AM GMT
SQL, J2EE, Java
asked by okemos

  0 pts.

COBOL conversion to Java vs .Net

Our CIO has announced that he wants to eliminate the mainframe by the end of FY 07-08. We are in the strategic planning phase currently and are examining the options. Our current system is z890-2086 running z/OS 1.4, CICS/TS, CA-7 job scheduler, CA Top Secret etc. Our criminal justice system runs...

View Answer   |  Mar 29 2006  12:14 AM GMT
COBOL, Java, JSP
asked by BlueKnight

  10 pts.

tutorials-2

hi all. i have sent before a message about this subject but i didnt really had real replies that helped me. i am searching of tutorials of programming (delphi, linux, perl, python, c#, java ......) i have search in google, altavista, westciv, whatis, w3school,... So if anyone now how to get pdf...

View Answer   |  Sep 5 2005  3:06 AM GMT
Tech support, Windows, Network management software
asked by mmm555

  0 pts.

1 - 20 of 30
<<PREVIOUS 1|2 NEXT>>