3,760 Topics

Member Avatar for
Member Avatar for georgeskayal

i am new and i need to call from a push button (in forms builder ) a report that i had made it using report builder thanks in advance

0
48
Member Avatar for kalpanaSankhya

Hello All Im new to JSF, I want to pass Parameters to a method in <h:outputText> is it possible? If yes, how can i...? I dnt want to use CommandLink or CommandButton.

0
41
Member Avatar for shivarocks

hello sir, i am new to jsp and i have to use jsp mail in my project and i got a jsp mail script but unfortunately it is showing error like this one! 530-5.5.1 Authentication Required. Learn more at 530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 f10sm3473193anh.25 i am using smtp server:smtp.gmail.com and there …

Member Avatar for Phucok88
0
215
Member Avatar for ronnieaka

i have a form, on which after i click submit, i want the existing elements to get cleared off , ie, all those form fields and button to be cleared, and the result i wanna display be displayed kind of like clrscr() in c++. is there anything in JSP or …

Member Avatar for javaAddict
0
999
Member Avatar for arshi9464

I am working on a project that has 2 persons. The first person acts as a receptionist and the 2nd as the boss. Whenever there is someone to meet the boss, i want the request should directly go onto boss's system WITHOUT THE USE OF ANY database. What could be …

0
71
Member Avatar for rdhiravani

Hi, My homepage of website contains periodic ajax requests, due to which the session does not time out. Referring to [URL="http://ajaxpatterns.org/Timeout"]http://ajaxpatterns.org/Timeout[/URL] I decided to use timer and event (like mousemovement etc.) to check whether user is active or not and thus invalidating session after inactivity for 'certain' time. To set …

Member Avatar for rdhiravani
0
57
Member Avatar for kalpanaSankhya

hello all, can any one please help me in iterationg and printing values in a map\ thanks in advance

0
42
Member Avatar for Eric Cute

Hi everyone, Im trying to download all files in a directory residing in the server to clients pc. I know how to download single files using response.getoutputStream(). My problem is I want to download ALL the files in that directory with a single click of a button. i tried iterating …

0
96
Member Avatar for Eric Cute

Hello Everyone, Im needing a bit of help here. First, Im trying to let client download a file from server and save it on client's pc. When client clicks on button "DOWNLOAD", it will call a servlet that will download the file. Expected outcome is that a SAVE AS DIALOG …

0
130
Member Avatar for aldm

Hi, I would rather search on google, but I have a little time, so I need to do this very quickly. Can anybody tell me how to step-by-step configure web work java framework. I downloaded version 2.2.7? What should I do to use it on my computer? I have installed …

0
71
Member Avatar for Hakoo

Hello Friends, I have one problem that, I am passing query string from Mobile to Server. Now problem is Spaces and some symbols are not allowed in URL. So,I encoded somehow before sending it. Now the problem, how to decode(I know to decode by using URLDecoder.decode(Request.getQueryString)) and retrieve the values? …

0
100
Member Avatar for coderick

Hello, jsp newbie here... I'm having trouble starting off !! I'm using tomcat 5..5.31, I downloaded jakarta-taglibs-standard-1.0.6, copied the files in jakarta-taglibs-standard-1.0.6\lib to web-inf folder of my application in \webapps\ Following is the exception: type Exception report message description The server encountered an internal error () that prevented it from …

Member Avatar for peter_budo
0
269
Member Avatar for xiiopao

hi there guys :) im currently working on a project with jquery... the thing is.. i need to change the contents of a div named "sub2" with the contents of "pets.html"... i've read some tutorials and i thought the best way to do this is through the use of jquery... …

Member Avatar for Airshow
0
129
Member Avatar for dataholics

Hello, My web-page is not loading correctly in some of older version of browsers. Here is my website [URL="http://128.196.27.167:8080/"]mis510proj[/URL]. Any help would be appreciated :) I attached my naive code below :) [CODE] <!-- Page (2 columns) --> <div id="page" class="box"> <div id="page-in" class="box"> <!-- Content --> <div id="content"> <div …

Member Avatar for masijade
0
93
Member Avatar for xiiopao

does anyone here know how to insert form contents accomplished by a user to a database.., i have a code but it doesnt seem to work.. :confused:... here's my code ... it's in jstl but if there is a easier alternative then just spill it out [CODE] <sql:update dataSource="${orders}" var="updatedTable" …

Member Avatar for xiiopao
0
205
Member Avatar for Web_Sailor

Hi :) I want that one of my fields in database should be redirected to some URL. For Example: Sample Table: 1111 2222 3333 4444 5555 6666 7777 8888 9999 1100 Suppose I want my 3 field to be redirected to a URL when a user clicks on the output …

Member Avatar for javaAddict
0
66
Member Avatar for AmIAyTi

Hey:) I'm using JSTL and i created a table that has five colums(iprodID,name,desc,price,image) with data from a database.What i want to do is to add another column with checkboxes for each row and allow the user to select as many rows of data he/she wants from the table. Below the …

Member Avatar for javaAddict
0
934
Member Avatar for sganderson

Hi, I try to use sb.append in my jsp page, but it is not successful. There is no error message, but when I open the browser, it only show: [B]Not a member yet? Register here. It is FREE. :[/B] Please help... thanks!! [CODE] <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib …

Member Avatar for javaAddict
0
335
Member Avatar for himmat.m4

Hi, I upload xls file by using my application but whenever try to download same that time it's not come in xls format. There display some squares and special characters. So help how to download that file in xls format. Thanks in advance.........

0
58
Member Avatar for vishalbhavsar

hi all, i tried following code for session management bt i dnt knw where it went wrong? can anyone please help me solve the problem. i want to restrict user going on the prevoius page after logging out when he clicks on the browser's BACK button. ****************************************************************** 1) i created …

Member Avatar for vishalbhavsar
0
404
Member Avatar for AmIAyTi

Hey guys, I'm new to JSP and I want to make an order form with a dropdown list allowing the user to pick which product he/she wants to buy. And the products would come from the database i made. How can i retrieve the data from the database and place …

Member Avatar for javaAddict
0
2K
Member Avatar for xiiopao

Good day guys, anyone here who knows how to easily access image pointers stored in a database in JSP?... here's my code =) ... it already works in retrieving data other than the image... my database contains petid, petname,birthdate,image,petprice.... [CODE] <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%> <sql:setDataSource driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/store" user="root"/> …

Member Avatar for parry_kulk
0
145
Member Avatar for pooran.c

i was jus trying to crete a form and if i submit the form the values should be displayed in the browser. code is: [U] html file- [CODE] [/U]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> </head> <body> <form action="firstjsp.jsp" method="get"> …

Member Avatar for javaAddict
0
179
Member Avatar for kalpanaSankhya

Hi All I have written JSP to read a text file(Text file and JSP are in same location) and display the data. when I am trying to run the JSP it is displaying "Error:Null". here is my code [code] <% try{ java.net.URL url =config.getServletContext().getResource("/textfile.txt");BufferedReader buffreader =new BufferedReader(new InputStreamReader(url.openStream())); String strLine; …

Member Avatar for javaAddict
0
2K
Member Avatar for selvis

Hi, I have created a jax-ws web service. It runs fine in my development environment. When deploying to linux server machine, jdk1.6.0_10, tomcat 5.5.23, I get the following errors: Cause of error is failed to parse runtime descriptor: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found /********************************************************* com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized INFO: WSSERVLET12: JAX-WS context …

Member Avatar for selvis
0
390
Member Avatar for xiiopao

Good day guy., just want to ask what is the equivalent function of mysql_error in jsp.... i have a program created in netbeans and in successfully build but it doesnt seem to process right ..,

Member Avatar for javaAddict
0
69
Member Avatar for nHulk

Below is part of code !!! i am new to jsp !!! it is giving error at variable temp1... help me out [CODE] try { Class.forName("com.mysql.jdbc.Driver").newInstance(); String url="jdbc:mysql://localhost/ecops"; Connection con = DriverManager.getConnection(url,"root",""); java.sql.Statement stmt = con.createStatement(); ResultSet rs=stmt.executeQuery("Select max(cid) from citizen_info"); while(rs.next()){ int temp1=rs.getInt("max(cid)"); break; } temp1=temp1++; stmt.executeUpdate("insert into citizen_info …

Member Avatar for javaAddict
0
112
Member Avatar for cms271828

Hi, I've just uploaded a very simple web app that uses hibernate via a war file to my webserver: [URL="http://www.colin-java.co.uk/BANK"]http://www.colin-java.co.uk/BANK[/URL] The first couple of times I loaded the page above, it was fine, and it correctly displayed some of the contents of the User (MySQL) table. But now when I …

Member Avatar for javaAddict
0
135
Member Avatar for rizali4u

Respected Fellows, i am building a chat room style application in java language, in which i am providing the functionality of text as well as audio chat. but i am feeling little bit ambiguity in audio functions, so plz help me and told me about the code which i have …

Member Avatar for nidajaved
0
78
Member Avatar for vikram97

hi i have a situation i have a screen (a jsp ) where i hav a textbox where am suppose to enter the number i can enter through the dedicated number keys i cannot enter the num keys from numpad what might be the problem?

Member Avatar for vikram97
0
64

The End.