3,760 Topics

Member Avatar for
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
92
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
110
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
126
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
206
Member Avatar for Jerreke

I'm trying to populate the items of a foreach-element in a JSP page. [code]<c:forEach var="request" items="${manageSchedulesBean.userController.getRequestsBySchedule[schedule.scheduleId]}">[/code] Gives me: org.apache.jasper.el.JspPropertyNotFoundException: /secure/manageSchedules.jsp(40,36) '${manageSchedulesBean.userController.getRequestsBySchedule[schedule.scheduleId]}' Property 'getRequestsBySchedule' not found on type $Proxy8 the called function exists, and when i cann manageSchedulesBean or userController, there is no error. Someone got a clue?

Member Avatar for Jerreke
0
106
Member Avatar for anuj_sharma

Hey Guys, Should i use hidden textboxes or session variables to pass values between various jsp pages??

Member Avatar for jwenting
0
86
Member Avatar for abirami84

I wanT to connect database with jsp directly otherwise have connection with servlet anD how to make connection on sevlet WITH jsp

Member Avatar for jwenting
1
79
Member Avatar for coolest_987

I am making a project on j2ee but i am facing a little problem ie.[B][U]How can i play mp3 songs in jsp? [/U][/B]I ask this question to many person but no one was able to answer my question.Plz consult Discussion Community about this question. I am finding this question since …

Member Avatar for peter_budo
0
415
Member Avatar for anuj_sharma

Hey Guys, I am making a Online Testing application. I have one form which sets the settings of the test. The values submitted by the user through this form is passed onto another page. On the second page the user submits questions and answers. Now i want the values submitted …

Member Avatar for peter_budo
0
86
Member Avatar for countenance
Member Avatar for javaAddict
0
65
Member Avatar for angellost

hiii i am doing a project using jsp and oracle.... i am stuck on one thing.... in my project i am asking the user some FAQs about symptoms he has.... depending on the answers he gives i want to show him probability of the diseases he may have... but i …

Member Avatar for jwenting
0
77
Member Avatar for Mandana_bgh

hi i have radio button in jsp i want check that radio is selected or not!! [CODE] <input type="radio" name="code1" value="1" > [/CODE] how can i check in input that radio is selected or not!! for example put if in input [CODE] <input type="radio" name="code1" value="1" <% if(?)%>>[/CODE]

Member Avatar for Mandana_bgh
0
5K
Member Avatar for raghu3117

if a jsp report selects 100 records, then i want to show that report as 10 records per page, such as next,last,pevious 10 records like emails. pls help me with example

0
41
Member Avatar for vinothkumarrvk

Friends what is the result/output for the following code in struts(example.jsp) [code=jsp] <% String linkDesc = "abc\ndef"; desc=linkDesc.toString(); %> <bean:define id="descId" value="<%=desc%>"/> <bean:write name="descId"/> [/code] Please clarify me. Thanks in Advance.

0
52
Member Avatar for manikandan_dani

Hi , i am developing web application using jsf2.0. it includes [B]Datatable[/B] for view the values from mysql. I wish to filter the column by using [B]filterby[/B]. but It is not working properly.. when i try to filter, it display two values for single value. How to solve this problem. …

0
66
Member Avatar for fardoonmuhafiz

hi, i deployed a webapplication(wapp1) having input.html and a servlet(Servlet1) in tomcat web server. The form input.html just accepts a text and when u click on the button click the request is sent to servlet in wapp1. The request is redirected to a servlet(Servlet2) which is in a webapplication(wapp2) deployed …

Member Avatar for fardoonmuhafiz
-1
83
Member Avatar for bayo_84

Hi there I am very new in useing jsp but here is my first problem. I registered a bean in the applicationContext.xml with the id myBean. Now I want to call a function like this ${myBean.myFct} but the function does not exist and it should not. In PHP there exists …

Member Avatar for bayo_84
0
68
Member Avatar for albertkao

I want to set the value to <td><div class='urg5'>High</div></td> in JTSL. [CODE]I tried <c:set var="ack" value="<div class='urg5'>High</div>"/> <c:out value="${ack}"/> Page source of the JSP web page is &lt;div class=&#039;urg5&#039;&gt;High&lt;/div&gt;</td> i.e. special characters appear. instead of <div class='urg5'>High</div>[/CODE]

Member Avatar for albertkao
0
87
Member Avatar for saikatroy1985

Hi, i am having a lot of data n i need to fix the header so that user can check the relevant data without scrolling up down everytime. Can anyone help me out.

0
61
Member Avatar for pradeepkumarb

i developed an online quiz application that retrieves the questions from the database and displays it to the user.how can i put time constraint into that application

Member Avatar for peter_budo
0
65
Member Avatar for pradeepkumarb

my logout application is not working.when i logged out it is coming to the login page but when i clicked the back button on the browser it is again displaying the previous page.i tried all ways like setting the http headers,deleting the temporary files etc....but no solution can u please …

Member Avatar for javaAddict
0
60
Member Avatar for samuelhenry

i m workin with jsp's i am doing a project on online movie ticket booking system. i encountered a problem when i started executing code for seat booking.... let me tell u my prob.... i m tryin to execute a query like this.... [code=java]select s.seatno,'"+seat+"' from booking where s.screenid='101';[/code] seat …

Member Avatar for jwenting
0
235

The End.