3,747 Topics

Member Avatar for
Member Avatar for karthickj25

hi i am new to jsp, i need to create a jsp page that has list All, Add, Delete, Update button, the page should display all the records from the database when list All button is clicked and adds new record when add button is clicked and so on, is …

Member Avatar for musthafa.aj
0
138
Member Avatar for maverick_ymca

Hi, Here at my organization we'd been using an app which worked perfectly fine on the current 5.5 tomcat. But now we wished to upgrade our server to version 6.0 . The problem is that the application almost refuses to start up. I had this web.xml modified to comment out …

Member Avatar for ~s.o.s~
0
91
Member Avatar for vinothkumarrvk

:S Friends. I want an table with one row of height 200px and another row with relative height of the table or expandable height in JSP page. Is it possible to create like it? I want an solution. I am badly in need of help. Thanks in Advance.

Member Avatar for masijade
0
150
Member Avatar for NinadNagwekar

please help me out as im currently working upon an Academic level project of Web-Based Discussion Board and i need help in retrieving data from database in JSP

Member Avatar for peter_budo
0
38
Member Avatar for mayu

Hello, i have one problem in retrieving updated data from textbox which in in iterate tag. this code is in jsp page which is part of table: [CODE] <logic:present name="effortForm" property="activity" > <bean:size id="size" name="effortForm" property="activity" /> <logic:greaterThan name="size" value="0"> <logic:iterate id="result" name="effortForm" property="activity"> <tr> <td align="left"> &nbsp; <bean:write name="result" …

0
62
Member Avatar for maverick_ymca

Hi, Thanks for such valuable inputs all you guys contribute here. This is my second request for assistance here, I'd appreciate any assistance. I developed an application which queries a webservice to get back data in form of XML. The webservice has a restriction on its usage in daytime, that …

0
87
Member Avatar for celyst

I am having an issue with creating some JSP pages. I have a few pages (Home, About Us, Contact Us) done up in JSP, and I also have the ability to login to this site using a username and password. What I want to achieve is to allow visitors to …

Member Avatar for celyst
0
523
Member Avatar for Robot1199

i am new to java programming and not good enough. we are required to make one class which creates and manages connection to database instead of all my servlet. i cud come up wtih the following code. please assist in what i have done wrong .thanks My connection file. [CODE]/** …

Member Avatar for javaAddict
0
118
Member Avatar for kishore.nath07

hi, any one plz tell me how to connect oracle database with the help of struts . i am begginner in struts. thank u

0
55
Member Avatar for nonhlah

Hey this is the error im getting "SEVERE: Shutting down v3 due to startup exception : Address already in use: 8080=com.sun.enterprise.v3.services.impl.monitor.MonitorableSelectorHandler@1a683e6"" Do you have any Idea how I can solve it?

Member Avatar for masijade
0
62
Member Avatar for jothibasu

below coding is used for print date currennt date and time from your pc [code=Java]import java.text.SimpleDateFormat; import java.util.Date; public class dateformate { public static void main (String args[]) { Date date = new Date(); System.out.println("today date "+date); } }[/code]

Member Avatar for jothibasu
0
60
Member Avatar for vsaransweety

Hi I'm developing an application using jsp.In that i want to upload a file and insert the datas from that into database. I'm using file type input box to upload file. Its working fine in IE,but getting problem while running in Firefox 3.Bcoz of the security purpose,I cant get the …

Member Avatar for vsaransweety
0
90
Member Avatar for puk

Hi, I have a form linked to a servlet that uploads files. I would like the name of the file that has been uploaded to be displayed next to the <h3>line once it has been processed. I have no problems linking the servlet to the form or uploading the file. …

Member Avatar for stultuske
0
58
Member Avatar for adi00

hello i install mysql , jdk and tomcat. when i run java file it give message that no database connection available . where to put mysql connector and how to set class path in environment variable . plz help me

Member Avatar for dangari
0
113
Member Avatar for anfeerpt
Member Avatar for jwenting
0
41
Member Avatar for sharathk60

this is my code where i am putting values to the checkbox value by getstring i getting problem when displaying the value of checkbox value which displays"Undefined" please give some solution. where i want to get the value of my checkbox which i have been selected

Member Avatar for jwenting
0
173
Member Avatar for -_-

how can i write a email function using jsp which have reply, forward, address book function like yahoo email function.

Member Avatar for jwenting
0
59
Member Avatar for jresh_101

\n is within a string... String str = request.getParameter("textfieldvalue"); I want to display the value of str to other pages..using this link below. window.open("page.jsp?param=<%=str%>") ....the problem is that the window is not opening due the str has \n. How to read \n in a string?

Member Avatar for toughlittleone
0
203
Member Avatar for mjwoodford

Hi, I have a jsp, the relevant piece as follows: [code]<%@ page language="java" contentType="text/html;charset=utf-8"%> <%@ page session="false" %> <%@ taglib uri="/WEB-INF/tld/portlet.tld" prefix="portletAPI" %> <portletAPI:init /><% String welcomeImage=portletResponse.encodeURL("/images/welcome_image.jpg"); %> <div id="welcome_img_div" style="margin-left:5px;width:715px;height:190px;background-image:url('<%=welcomeImage%>');background-repeat:no-repeat;">[/code] I want to rotate around a series of images as the 'background-image' ..but it is not clear to me …

Member Avatar for ejosiah
0
101
Member Avatar for vinothkumarrvk

Friends i have one doubt: Who invented the [B]spring framework [/B]and when they invented it? Please help me to know this.

Member Avatar for vinothkumarrvk
-1
64
Member Avatar for aroranid

I want to have locale wise 301 redirect on my page, as if if the user browser locale language is set to en_CA then it will be [url]http://www.xyz[/url].[B]ca[/B] domain and if the locale is en_US then we will put a 301 redirect to [url]http://http://www.xyz[/url].[B]com[/B] site. Similarly if the browser locale …

Member Avatar for aroranid
0
46
Member Avatar for dannyfang

HI, I wish to get the values from the drop down menu selected by a user from the HTML page and pass this value into my servlet program for processing. In my servlet program, I've used the getParameter() function to obtain the value from the drop down menu selected. <SELECT …

Member Avatar for peter_budo
-1
9K
Member Avatar for heels

Hi, I am currently using xampp with all the preloaded add ons, such as tomcat, mysql and apache. When i try to connect to the database through my computer with windows xp, it works perfectly fine. But when i changed it to another OS, windows vista. It keeps giving me …

Member Avatar for peter_budo
0
89
Member Avatar for s_jadli

Hi, Is there any way to call a function in jsp under while loop without triggering an event.

0
56
Member Avatar for manikandan_dani

hi, I am developing web application using jsp and servlet. with help of this application I am downloding files from server to client machine. it is working.... But my problem is how to avoid the download window while download the files and store the perticular place in the system. please …

Member Avatar for jwenting
0
66
Member Avatar for manikandan_dani

hi , i am developing web application. In that, I download two files from glashfish server into another local machine in jsf. if i access from client machine, files does not download into client machine. but it download into server machine alone. so to solve the problem, shall i use …

Member Avatar for masijade
0
57
Member Avatar for low1988

Does anyone know how to compile the file inside the bank.zip with database ? Some of the pages can be view in Tomcat server others needs to bundle with the database

Member Avatar for jwenting
0
109
Member Avatar for jagsar2323
Member Avatar for bayo_84

Hi .. I try to override the XmlWebApplicationsContext and I dont know how to register my subclass. I found in ContextLoader.java in the method determineContextClass the following code: String contextClassame = servletContext.getInitParameter(CONTEXT_CLASS_PARAM); I looks like I could set the class by setting this Parameter but I down know how. In …

Member Avatar for ~s.o.s~
0
125
Member Avatar for jigar_cool

[B][COLOR=red]I m in urgent need of online flight reservation system source code coded in JSP since i hav to submit it before 15feb.[/COLOR][/B] [B][COLOR=red]the system must do the necessary functions-[/COLOR][/B] [B][COLOR=red]flight infornmation,[/COLOR][/B] [B][COLOR=red]fare details,[/COLOR][/B] [B][COLOR=red]online reservation,[/COLOR][/B] [B][COLOR=red]cancellation,[/COLOR][/B] [B][COLOR=red]view availability of seats,[/COLOR][/B] [B][COLOR=red]administration functions such as edit details,reports generation,etc[/COLOR][/B]

Member Avatar for rizwanshaikh
0
205

The End.