3,760 Topics

Member Avatar for
Member Avatar for orangedog

I have a jsp page where certain parameter/value pairs need to be sent to one application server and a different set to another totally different server, is there a way to do that by the user pressing one submit button. And if not why not?? Wouldn't you think it is …

Member Avatar for orangedog
0
89
Member Avatar for joglekar

Hi All, I have been facing this issue for a while now. We have a site and it has the a few JSPs for the *view* part. In it, if the screem resolution of the monitor is reduced below 1280 x 600. i.e. if the display resolution is set to …

Member Avatar for joglekar
0
251
Member Avatar for alsoumhi

Hi all , I have been given a task which is to create a (log in )web page , user has to log in to the page after that a page with many links of forms such as leave form, feedback form,complain form,...etc. once a user has clicked to one …

Member Avatar for kvprajapati
0
99
Member Avatar for mudunuru
Member Avatar for alsoumhi

Hi all , I have been assigned to do a task which is to create a web based application, the task is actually a normal form application, I have to use that form and make it online as a web-based application and store the information in a database I know …

Member Avatar for alsoumhi
0
150
Member Avatar for anshusharma

hello, My application is rendering the map by using the geospatial data from the database.when i zoom the map by certain value of the zoom factor, my map image gets zoomed.but the text that is there on the map image remains the same size.how to zoom this text ?? thanx …

0
40
Member Avatar for anshusharma

hello everybody i am newbie to jsp. working on some project and struck into some problem. my poject is about web rendering . i am creating a buffer image and storing that in to some file .when i am trying to open this file on browser using jsp,it is not …

Member Avatar for anshusharma
0
105
Member Avatar for mc080201812

1 [icode]<%@page import = “java.util.*” %>[/icode] 2 [code=JSP]<% String s1= request.getParameter(“str1”); String s2= request.getParameter(“str2”); str = concatenateStr(s1, s2); %>[/code] 3 ) [code=JSP] <%! String str ; public String concatenateStr(String s1, String s2){ return s1+s2 ; } %>[/code]

Member Avatar for javaAddict
0
34
Member Avatar for mc080201812

Question 1 You are required to write the code for sevlet which will take username and password from the html file and matches with database which contains two columns; one for username and other for password. Providing correct information leads to welcome page otherwise to a login page again. You …

Member Avatar for javaAddict
0
80
Member Avatar for funwithme

Create unlimited dynamic textbox and insert that value which is fill by user in database.how to do it in JSP, Servlet and Hibernate , MySQL explanation:suppose i fill my name "David" in 1 textbox now i clik add more generate 1 text box fill in this "Chris" if wanna more …

Member Avatar for kvprajapati
0
144
Member Avatar for rudhra216

hi, any one plz tell me how to connect oracle database with the help of struts . i am begginner in struts or plz send me some tutorial in struts or plz send me some sample project in struts thank u:eek:

Member Avatar for peter_budo
0
84
Member Avatar for mailtogsuresh

Hi.... Iframe does't work in IE but fine in Mozilla,Opera click a link its call a FirstJSP in this jsp contaion (iframe with another second jsp) its working Firebox but not IE Help pls.. i attach the files...For u

Member Avatar for kvprajapati
0
71
Member Avatar for shahbaz5144842

hi to all there i have problem with links management, my problem is that i want to pass the resultSet object to javascript function but it can all me do this but display error undefine link value or object value is null my code is [code=JSP]function hyperlinkvalue(passvalue) { var hyper=passvalue; …

Member Avatar for kvprajapati
0
66
Member Avatar for Xessa

Hello. I have a web page and i want user to be able to select multiple options. The problem is that when i write [code] <select name="aha"> <option value="hhh">HHH</option> <option value="kkk">KKK</option> <option value="ppp">PPP</option> [/code] There is no problem in my JSP page. But later when i try to write [code] …

Member Avatar for jodin
0
208
Member Avatar for skycrew

Hello there, Im newbie in JSP.. I has a critical situation here, and I want to ask, how to access client printer in jsp? below is my current code: [CODE] fIn = new File(BCODE_DIR, BCODE_FNAME_RSCH + BCODE_FEXT); [COLOR="Green"]// access existing barcode template[/COLOR] fOut = new File(BCODE_DIR, BCODE_FNAME_RSCH + i + …

Member Avatar for masijade
0
127
Member Avatar for Xessa

I have a checkbox and when i change it to clicked from non clicked it always turns to servlet as false and it does not affect my search criteria. It always returns "false". What can I do? Any way to prevent this???

Member Avatar for peter_budo
0
35
Member Avatar for mahesh parmar

[code] <%@page import="java.util.*"%> <%@include file="mycon.jsp" %> <% String[] weight = request.getParameterValues("weight"); int[] a = (int[]) session.getAttribute("qarray"); int[] b = (int[]) session.getAttribute("qnarray"); double nweight[] = new double[500]; char cat[] = new char[50]; char cat1[] = {'a','b','c','d','e','f','g'}; char cat2[]={'k','l','m','n','o','p'}; int n = 0; int count = 0, k = 0; double sum …

-1
46
Member Avatar for farooq82

I doing my University assignment. I need help for accessing html option button values using Java Servlet. Any help in this regard. [CODE] <html> <head> <title>Result</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <h3> Select one option for each MCQ</h3> <form method="get" action="http://localhost:8084/MCQs/Webapplication1/src/java/serverlet"> <table width="730" border="0"> <tr> <td> <strong>1. Java is …

Member Avatar for peter_budo
0
111
Member Avatar for v_sriram

Hello everyone, I have been trying to launch my JSP web application using Tomcat using my laptop as the server, with little success. I have registered a DNS at dynDNS.com ( free DNS, anyone!), made my IP static, forwarded port 8080 and port 80. The only problem I believe is …

Member Avatar for v_sriram
0
324
Member Avatar for pradeepktg

Hi All, I guess, its really hard to check if a selected file(html file control) exist in the same location(local system) using javascript other than using FSO. I would like to know is it possible to check using ajax and jsp,checking after submitting the form. If yes, pl.send me the …

Member Avatar for pradeepktg
0
248
Member Avatar for nash99

Hi How can I access the DOM (inner html). I need to capture the innerhtml (the complete html , body structure)of the source page and then be able to open another html page using this inner html of the page selected. I tried different methods like using the ajax calls …

Member Avatar for kvprajapati
0
76
Member Avatar for Xessa

Hi. I have a JSP page and servlet and a java class. Also a .js file. Anyways. I want to go to the database and select some variables from the database. After i select the variables i want to populate my HTML file with them with js code. The problem …

Member Avatar for kvprajapati
0
123
Member Avatar for d.devendran

hi, currently i'm working on new project, where once login using a particular id, it can not be use again to login in same machine even with different browser or even in other machine. how can done this. can i create a separate table in database so i can save …

Member Avatar for kvprajapati
0
73
Member Avatar for gautam.ap

Hi, everyone i want to display the corresponding values when i click on the primary key ... How to do this in jsp...??? Thanks in advance

Member Avatar for kvprajapati
0
124
Member Avatar for kap_sni

i am making a project. i want my web page to send a same copy of text to diffrent names specified with difrent email ids. pls help. thanx in advance

Member Avatar for dreamer14
0
118
Member Avatar for Xessa

Hello. I want to execute an insert command when the result of previously select statement is true. Can i use both data source and result set in my method so i can check if the result is null or not. Or is there a way to see if ds is …

Member Avatar for kvprajapati
0
265
Member Avatar for pankbharambe

Hi, I am doing a project in pure JSP, Servlet, Hibernate and MySQL. I am using jsp for a presentation and Servlet for buiseness logic. In my one jsp form there is one combobx and other textboxes are present. My problem is that, I want to fill that combobox from …

Member Avatar for kvprajapati
0
322
Member Avatar for jaykom

I am importing three diff jsp files through foreach looping inside the parent jsp file. Three files are x.jsp, y.jsp, z.jsp for example. I want to extract the last file z.jsp from this loop and I need to put in to one seperate DIV element. How can I do this …

Member Avatar for kvprajapati
0
145
Member Avatar for rams_it02

Hi , I am using <logic:iterate> tag to iterate through a list of contents. When the List size is 1222, all the Contents in the List are displaying properly. When the size execdes 1223, the JSP is not displaying properly. I am not getting any exception also. I have added …

Member Avatar for shantechi
0
212
Member Avatar for varshatherain

How to dynamically get the login name after logging in so that i can use it to extract values on myaccount.jsp?? Please help..

Member Avatar for shantechi
0
81

The End.