3,760 Topics

Member Avatar for
Member Avatar for anastacia

hi to all well i know html, css javascrpit php apache and mysql. but now i am learning jsp and I DONT HAVE ANY JAVA PROGRAMMING EXPERIENCE!!!:sad: uptill now i just cant figure out whats java and jsp all about well i know its a serverside scripting for web development …

Member Avatar for raja baba
0
250
Member Avatar for gauravmishra

hi i created a html form in which i took a date as input now how can i determine the day(sunday or monday etc) on that particular date .

Member Avatar for masijade
0
70
Member Avatar for gauravmishra
Member Avatar for peter_budo
0
67
Member Avatar for renars1985

Hi, I created JAVA prorgamm. It works like this: I can enter some book parameters (author, name, year) and programm will write data in file and also will display data in console. Code is below in bold. Compile code below and you will understand how programm works. However I have …

0
59
Member Avatar for dakkar

Hi, I've an HTML form (I generated it from a XML schema .xsd file) I'd like to know a good way to save the form input data (POST/GET don't matter) to an XML file (or fragment) that can be validated with the XML schema that I used to generate the …

Member Avatar for mavines
0
111
Member Avatar for kobi

How can I load an xml file and show it as a treeview control in my HTML page

Member Avatar for mavines
0
107
Member Avatar for muthumari

Hi, Tillnow am using notepad.I want to use Jcreator editor.I haven't any idea about how to use jsp in Jcreator.Now Am using ApacheTmacat4.0 is my Webserver. Anyone help me to this Query. Thanx in advance

Member Avatar for peter_budo
0
463
Member Avatar for push
Member Avatar for peter_budo
0
61
Member Avatar for virividivici

Hello everyone, I need to change the value of a jsp variable in javascript. I have got this code in my .jsp page: <c:set var="searchType" value="jobsearch" /> the value of the "searchType" should change depending on which link the user click on. I though if I put this variable in …

Member Avatar for masijade
0
67
Member Avatar for claudiu_is

I'm having a session problem with jsf. I've googled abut sessions and none of the results answer this question: what happens when a user logs in, copies the link, logs out and pastes the link in the browser? They say that I should validate the user when the page loads …

Member Avatar for claudiu_is
0
96
Member Avatar for sandy183

hi, i'm trying to build a web page which permits the user to login before accessing the contents of the site. the login works fine (i did it using jsp), but i am not able to logout properly, that is, when i click on a "logout" hyperlink, it sends me …

Member Avatar for shajidbasha
0
227
Member Avatar for shweta797

hi, my problem is that i have a database where i have stored information month wise of various user and i want that user details in month wise and its shows too but when its move to another column like means in next month like jan to feb its creats …

Member Avatar for shweta797
0
117
Member Avatar for jsmith9990

Hai . I'm Smith. In this section We have to discuss about JSP. I want to know more about JSP.I thnk the people interested in JSP will help me out to find out some answers. How is a JSP processed ?

Member Avatar for samtben111
0
85
Member Avatar for crazydj

Hi everyone! I want to secure my URL to my webapplication so that nobody can get straight to the maps on the server wich are in the url. Can anyone help me with this? Thx

Member Avatar for peter_budo
0
24
Member Avatar for romcas6

I'm a neewbie in this help what's wrong with this one.. <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %> <%@ page import="java.sql.*" %> <% //create a Connection, Statement, and ResultSet object to connect to the database Connection con = null; Statement stmt = null; ResultSet rs = null; String queryText …

Member Avatar for nschessnerd
0
79
Member Avatar for vinithktp

to this servlet i have to get values of to,from address and filename from a jsp though all jar files are put in class path the servlet is not recognized public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { try{ String to = request.getParameter("to"); String from = request.getParameter("from"); String …

Member Avatar for vinithktp
0
177
Member Avatar for memocool

Hello everybody i'm here for the first time n i hope you can help me i have to do a project for web-based course i didn't get the full idea yet my friend told me to do a web site like Hotmail or yahoo but i don't know how to …

0
40
Member Avatar for abhishek2301

Hi, I am using a JSP from to collect data from user and then inserting those values into a table in MySQL.But it is returning 'null' always.I am able to query the DB and view the entire table and everything else is fine. But the INSERT is not working somehow!!! …

Member Avatar for tommybobby
0
145
Member Avatar for binayraja

Dear sir, I am using jsp(Model View Controller platform) for making web site. I have to create dynamic treeview by quering data from database. I think I have to use ajax , jsp code for making tree. Can anybody help me. Thanks.

Member Avatar for tommybobby
0
150
Member Avatar for hidash_in

hi, i am using tomcat server to executing the jsp files. my task is to open an application while clicking the hyperlink it throws an popup error msa Access is Denied. and also i used the path of a file in href it also not opening a file. give me …

Member Avatar for jspEthusiast
0
97
Member Avatar for harbir

I am using structs to try and get the "update" functionality working. I have a list of items appearing in the jsp page, "viewItem.jsp" . I am getting this list from the database. At the moment I am just displaying the item description, but item id is also available in …

Member Avatar for lookof2day
0
122
Member Avatar for kabir15

hi everybody! i am a new programmer in jsp. i am working on project where i would like to use crystal report.But i donot know how to connect with crystal report using jsp.so would anybody please help me. looking forward for answer. Thanks kabir

Member Avatar for peter_budo
0
56
Member Avatar for Bharath15

Hi can somebody help me i am new to developing. ADD the new record to the existing database table at the end of all rows.Something like registration form details. <%@page import="java.sql.*" %> <% String fisname=request.getParameter("firstname"); String lstname=request.getParameter("lastname"); String sex=request.getParameter("gender"); try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con=DriverManager.getConnection("jdbc:odbc:Bharath"); Statement st=con.createStatement(); DataInputStream din=new DataInputStream(System.in); while(rs.afterlast()) …

Member Avatar for peter_budo
0
119
Member Avatar for princestasnley
Member Avatar for arunprashanth

Hi In my servlet program , i retrive some records from my database. These records should be print in another jsp page.so how to pass records from servlet to jsp. how to do it and what are the way to do? Thanks in advance by arun

Member Avatar for lookof2day
0
97
Member Avatar for chicago1985

I have a Servlet that checks for information and if there is an issue it forwards the message to presentation page (JSP). Now I want to stop using conditions in scriptlets in the JSP. Please advise how I can do it in this situation in my Tomcat 4.1.27 container. I …

Member Avatar for lookof2day
0
79
Member Avatar for ceyesuma

Can anyone tell me the proper steps to go through to collect data from a jsp send it to getters and setters in bean? Presently I am learning the wrong way. If I knew how to set variables in a bean then I would need to know what some code …

0
41
Member Avatar for kc8pdr
Member Avatar for sillyboy
0
264
Member Avatar for arvin6

hi guys am new to the forums n a beginner in software could u pls tell me how to connect to MS access using JSP regards, arvin6

Member Avatar for peter_budo
0
51
Member Avatar for nagaharish

Hi all, I would like to know whether there is any one who is hosting Tomcat/JSP with SVN. Please reply me if anybodyknows it, Thanks in advance. Regards, Harish

Member Avatar for masijade
0
394

The End.