3,760 Topics

Member Avatar for
Member Avatar for ibanez270dx

Hey guys, I've very new to JSP, Java, and Netbeans and I'm having an issue... So I've got an ArrayList of User objects and I'm trying to iterate over the list in a JSP page to display the info. I've included the JSTL 1.1 jstl and standard libraries. Here is …

Member Avatar for ibanez270dx
0
5K
Member Avatar for alsoumhi

Hi all , I am trying to map a user to a jsp page when he tries to enter to a directory of my application using URL. let say my web directory is called school and it has a directory called pages . now I need to map a user …

Member Avatar for ~s.o.s~
0
305
Member Avatar for rickprospers

JSP Newbie: I have a piece of code that works perfectly within the <% %> brackets but I need it to work within the <%! %> brackets. Here is the code: ------------------------ [code=java]com.newatlanta.cfc.CFCProxy myCFC = new com.newatlanta.cfc.CFCProxy("xmpp", request, response); String jsonMsgData = "A test message"; Object[] myArgs = {jsonMsgData}; java.util.Map …

Member Avatar for ~s.o.s~
0
89
Member Avatar for atuleshchand

How to upload an XML file through JSP web interface and transform that XML using XSLT and return the HTML file for download.

Member Avatar for ejosiah
0
57
Member Avatar for musaka87

Hi all, I have the following requirement. I need to read html blob from database and include it in JSP using <jsp:include>. Can you tell me how to do that and is it at all possible? If not what could be the right way to archieve the same result? Best …

0
53
Member Avatar for abhishek.tyagi1

hi expert! i am new to jsp. i m using a html form to get user input. i want to collect all the information given by the user, using a javabean class with it's get and set property. and again i wat to display it to the user. i am …

Member Avatar for GHANSHYAM176
0
252
Member Avatar for atuleshchand

Hi Fiends, Does anyone have any idea of how to upload a ZIP file or any other file and perform some string manipulation on that file and return the new file for downloading through JSP on Jakarta Tomcat server. Thanks Atul

Member Avatar for peter_budo
0
37
Member Avatar for varsha21

my code runs fine with ie6 and ie7. but a drop down list is not working with ie8. I am not using any CSS. Can any one help me plzz. Thanks.

Member Avatar for masijade
0
67
Member Avatar for ankie

hello everyone...i am new to this community as well as jsp technology.I am working on a project using hibernate and spring and we r supposed to deploy our project using tomcat and jsp technology. I dont have much experience using Eclipse either. We are supposed to make an application on …

Member Avatar for peter_budo
0
229
Member Avatar for cms271828

Hi, I'm looking for some J2EE ideas, I have JSP hosting (1G hdd), and also access to MySql database, as well as perl/php, etc. I currently have a chess app, allowing users to play chess in 3D against each other or the computer that takes advantage of a few servlets …

0
77
Member Avatar for alsoumhi

Hi guys , I am trying to convert a web page to pdf , I have searched about this a lot but I did find any answer I have one program to convert using YAHP converter but I couldn't understand its parameters used in the program [code=Java]String fontPath = getParameter(args, …

Member Avatar for Airshow
0
108
Member Avatar for brittomyth

Hi friends i'm having a problem .... Task is i'm having record in the table [table name samp there i'm having names alone]....... I want to fetch the table records in the listbox ....i can able to extract the records but unable to fetch the records in the list box …

0
58
Member Avatar for moyphus

While Session Expire, i need to Call One Method... Normally when i click Logout, it will calls one method, the user status also set to logged out, then the session will also expire,.,.,But in this case, suppose the user directly closing the window means, after sometime the session will automatically …

Member Avatar for kvprajapati
0
77
Member Avatar for ceyesuma

The name of this question is “three JSF questions” Hello and Thank you in advance for any assistance. [B] System info: [/B] Netbeans,MySQL,glassfish [B] The Purpose of this post is: [/B] have someone look at the excel file (subscribe_app_notes2)at : [url]http://cid-b5cb457363230793.skydrive.live.com/browse.aspx/Public[/url] [B] The functionality of this code is: [/B] I …

Member Avatar for ceyesuma
-2
86
Member Avatar for bvssn

Hi, I need to create dynamic table in jsp and submit data to the server. What is the best way to do this? Anyone has sample code? thanks in advance, bvssn

Member Avatar for ddempsey96
0
1K
Member Avatar for dearjee

Hi, plz guide me which server side programming is good for current scenario and which should be learn,coz im going to learn JSP.Im confused coz there r numbr of langs there.. plz guide me. thnx in advance.

Member Avatar for dearjee
0
70
Member Avatar for ijerald

Currently i am developing a discussion forum like daniweb with struts and hibernate for that i need a pagination using the same (struts and hibernate). Actually i tried pagination using display tag in struts but not using hibernate and but it is not suitable for my requirement. If you have …

0
40
Member Avatar for ceyesuma

The name of this question is seperatin_view_model Hello and Thank you in advance for any assistance. [B] System info: [/B] Netbeans,MySql,glassfish, [B] The Purpose of this post is: [/B] to have someone look at my exel file where my question concerning packaging,and beans and faces-conf.xml and the concept of seperation …

Member Avatar for ceyesuma
0
93
Member Avatar for madhu28

i have a list of size 3 in my controller i say int noofcards=List1.size(); which returns me the value 3 i want to print this value in my jsp. How do i do it ? i tried this way Controller [code=java]request.setAttribute("noofcards",noofcards);[/code] jsp [code=JSP]<%= request.getAttribute("noofcards"); %>[/code] Thanks in Advance

Member Avatar for ~s.o.s~
0
55
Member Avatar for ceyesuma

The name of this question is Hello and Thank you in advance for any assistance. [B] System info: [/B] JSF,netbeans6.7 [B] The Purpose of this post is: [/B] My first successful JSF app. If someone wants to check it out. Found at: [url]http://cid-b5cb457363230793.skydrive.live.com/self.aspx/.Public/guessNumber.zip[/url] [B] The functionality of this code is: …

Member Avatar for ceyesuma
0
142
Member Avatar for ag1021

Hi all, I'm a beginner in jsp and need help in this. How do you write a jsp code to print different colours for different columns in a table of 5 by 5 squares? Any help would be appreciated. :)

Member Avatar for javaAddict
0
121
Member Avatar for Pranesh_Ashrit

I have written a code to search a file in a given directory. This runs fine on console. But the same code when i run in jsp does not work as expected. [code=Java] if(target != null && target.isDirectory()) { for(File f:target.listFiles()) { if(f.isFile()) { p = Pattern.compile(fileName); m = p.matcher(f.getName()); …

0
65
Member Avatar for dsmush

Hi, I'm doing an assignment for University that requires us to make a servlet. I haven't been able to start it yet as I am having trouble compiling the java files. I started of in Linux but could not get Tomcat working so I've resorted to Windows XP. I now …

Member Avatar for peter_budo
0
136
Member Avatar for gshockneo

Hi Actually i require that as soon as a jsp gets loaded , An Aglet is created and dispatched to remote site. I am able to do dis directly in java..but how to do it through jsp page. Plz help

0
59
Member Avatar for dj_dan23

Hi! All I would like to have a way to do my application using a simple way. I have a genealogy site, since a long time ago. I have near 10,000 pages (10,000 names) on a free hoster. Everything works fine. But I'd like to do the conversion from my …

-1
49
Member Avatar for vsanandan

Hi, I am learning JSP now. The following program doesn't work in my Linux system's Mozilla firefox. Any help to fix this problem is appreciated. [code=JSP]<html> <title>Using JSP EL Operators</title> <body> <h2> Using JSP EL Operators</h2> <table border ="2"> <tr> <td> 13 + 2 = ${13 + 2} </td> </tr> …

Member Avatar for vsanandan
0
285
Member Avatar for 9944574568

hi to all, i am new to jsp..i want to update the table using stored procedure in jsp program..can any one please solve my problem.need code to execute that..anyone help me..

Member Avatar for javaAddict
0
63
Member Avatar for reddy5081

[B]good day ,[/B] [B]i am new to java ,[/B] [B]i am using two different databases and i want to insert data from one table to other empty table using jdbc .and it consists of null values in one table along with some data .when ever we add new data to …

Member Avatar for javaAddict
0
168
Member Avatar for ArunRaj.SRM

Hi, Can anyone provide a sample application that usses a login page, in which users can login and the login details will be checked from the oracle db. Thanks in advance.:)

Member Avatar for peter_budo
0
85
Member Avatar for romilc

I am developing a Tic-Tac-Toe game which can be played between two players who are on two different machines. When the first player comes to the Welcome page he will redirected to a Waiting Page when he clicks on the 'Start' button. When the second player comes to the Welcome …

0
51

The End.