3,747 Topics

Member Avatar for
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
100
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
85
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
78
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
403
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
64
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
63
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
233
Member Avatar for mimsc

Hello..Im trying to read the HTML from a URL and I threw in yahoo.com as a test...for some reason, "n.readLine()" is coming back as NULL and the while loop fails...and ideas?? thanx [code] <%@ page import="java.io.*" %> <%@ page import="java.net.*" %> <%@ page language="java" %> <%@ page import="trader.webservices.util.Utils" %> <%@ …

Member Avatar for kk4real
-1
107
Member Avatar for manikandan_dani

hi, I am developing web application using jsf2.0. In this case, I used rich:dataTable tag for display the values from mysql. so this is working.. my problem is, How to select the perticular row or index from the datatable for another processing... help me.. Thanks.

0
65
Member Avatar for Emmett_1981

Hi everyone, I am using the Struts 1 framework to develop a web application for my FYP. So far I have been able to access the properties file from all jsp in my application with example such as the following code. [CODE]<bean:message key="welcome.title"/>[/CODE] I want to have the entire web …

0
161
Member Avatar for vvrekha

Hi All, In my jsp page, I am getting the data from Ms-sql for 3 combos.first 2 combos are independent, like course,location. either i can select course or location in 3rd combo i need to display the name of student. I was not able to pass the two combo values …

Member Avatar for peter_budo
0
78
Member Avatar for manikandan_dani

hi, I am developing web application. In this case, I wish to find the client side operating system using java(without javascript) . How to find. Please tell me... Thanks.

Member Avatar for jwenting
0
123
Member Avatar for pradeepkumarb

how to display the randomly selsected questions from a database one at a time in jsp like in online quiz.please help me

Member Avatar for jwenting
0
256
Member Avatar for karamjeet2004

i want to send value to another jsp page from sessions i add the attribute session=true in both jsp pages but i am getting error during running mode can u find any errors in code [B]try123.jsp[/B] [CODE]<% String val=(String)session.getAttribute("itemValue").toString(); %> <TD>IMAGE NAME</TD> <TD><INPUT TYPE=text NAME="img" VALUE="<%=val%>"></TD> </TR> <tr>[/CODE] [B]try.jsp[/B] [CODE]String …

Member Avatar for javaAddict
0
143
Member Avatar for chicago1985

-------------------------------------------------------------------------------- I have this test working where it takes data from a Java class and shows it in a JSP: [code] String targetItems = "test" List pageItems = New ArrayList; for(int i = 0;i < calculatedResults + 10;i++) { pageItems.add(targetItems + " " + i) } request.setAttribute(pageItems, "pageItems");[/code] I would …

0
87
Member Avatar for karamjeet2004

i hav cod to redirect to two different pages but one cod is working and one not one form enctype is urlencoded which is default is working and other with enctype=multipart is not working plz help i googled about this but nothng works so i came here 4 d sol …

Member Avatar for jwenting
0
106
Member Avatar for henrybahus

Hi all, I want to say first of all that I'm a beginner with jsp. Now I explain my issue: I have a page (called A) where I want to execute some code if user come from page B and other code if user came from page C. How could …

Member Avatar for peter_budo
0
80
Member Avatar for manikandan_dani

hi, please give some information regarding dialog box, conformation box in jsf2.0. In my login screen, how to show the success or failed message through dialog box thanks.

0
56
Member Avatar for webcare

jsp is a good language or php/mysql for web devlopment process by<FAKE SIGNATURE>

Member Avatar for jwenting
0
82

The End.