3,747 Topics

Member Avatar for
Member Avatar for Mohandsa

I need video to learn more about jsp, Could you help me ?because i should build distance learning web:eek: ,Thanks

0
117
Member Avatar for Racoon200

Can someone post a code of a login page using just jsp with cgi or perl only?

Member Avatar for Racoon200
0
61
Member Avatar for nikoz

Hi to everyone..This post is quite urgent to be honest. I need to make an application, like a simple web browser. Its gonna be like a text field where the user enters the url, a text area where the source code of each web page is going to be displayed …

Member Avatar for Niranajn
0
167
Member Avatar for raj.sagit

hi im new to jsp i have to connect oracle database 8i with jsp page i want step by step tp connect into oracle database i already refered many threads in this blog as im new to jsp i cant get exact procedure can any 1 give me step by …

Member Avatar for skandar
0
94
Member Avatar for ypsmag

hi..every body...i'm a new in java and jsp...can anyone help me to solve my problemm.... now i start to learn java and jsp.....i have create a very simple project that use jsp for the interface and java for process the data input from the interface..... i have create 2 attribute, …

0
52
Member Avatar for naliniduraisamy

using MenuComponent and MenuRepository how to create tree structure with n number of directory and subdirectory in left side. if so by clicking a subdirectory or a directory the files inside directory musrt be displayed in right side. give me a solution with code. the directory,subdirectory and files are fetched …

0
57
Member Avatar for iamus

Hi, I'm trying to include non-lating characters in a jsp application, is there anything I should know about? because leaving it alone just doesn't work, setting the page content to "UTF-8" or any other encoding just doesn't work......what else is there? I noticed that the sun forum (my application is …

Member Avatar for iamus
0
113
Member Avatar for casimirrex

Hi I'm using JSP with Mysql.The Compile time no error.but in the run time the exception has been thrown, java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver i've set the classpath as well and i've attached jar file in the tomcat lib directory These are the class path settings C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\servlet-api.jar;C:\Program Files\Apache Software …

Member Avatar for iamus
0
106
Member Avatar for pentasoft4u

Hi Anybody can resolve my request for printing the webpage using javascript without asking for print dialog box properties , directly using the default printer setup in our local machine. Please revert back if any concerns. Regards, rathna

Member Avatar for aniseed
0
95
Member Avatar for tuanthai

Hello evarybody, I'm new member. I've just training JSP + Servlet + java Bean. I need some tutorials explain it in order that it can support me to develop a jsp site with JSP Modal II. Please show me some link to find it out. Thanks for your supports! [URL="http://com-travel.ws"]Tuan …

-1
56
Member Avatar for shaun09

I'm trying to cycle through a series of dynamic fields and update the value to the database. But the value of the last field is the one retrived and updated to all fields in the loop. How do i solve this problem. Thank you so so much for your help. …

Member Avatar for shaun09
0
108
Member Avatar for shaun09

I'm trying to create a list to record student grades into the database. I'm able to pull out the names from the database and create a table with textfields in it to input the data into. This is the code i'm using for(int i = 0; rst2.next(); i++){ ....... <th …

Member Avatar for shaun09
0
121
Member Avatar for knittingguy

Hi all, I am having a little problem with regular expression. I have a change password application and I want to make sure the password contains at least one numeric character. The regular expression that I am using is, [a-zA-Z]+[0-9]+|[0-9]+[a-zA-Z]+. If I put in "testing", it would return false, which …

0
57
Member Avatar for ypsmag

i calling the method to display in web browser using JSP....ii have create the piechart using java code and save it ask JPEG......i just want to use JSP to calling and dispaly the method and display the JPEG pie chart in web browser..... anyone who can help me here i'm …

0
54
Member Avatar for seluru

Hi all, My code is as follows [code] <a href="/web/contacts/contactSearch.jsp">Search</a> [/code] when i click this link, it will go to contactSearch.jsp. I want to send an action to the servlet when clicking this link, and display the data from the servlet on the contactSearch.jsp. The data I mentioned is a …

Member Avatar for seluru
0
249
Member Avatar for salim

am trying to delete a record but I have this message: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'ProductID = , 1567'. /salem/pages/fresh_food/TMP3rfr35u5pa.ASP, line 74 I looked at the meaning but so far I can't see that …

Member Avatar for masijade
0
72
Member Avatar for numarkweb

I'm trying to stop a search page returning results without page titles. I'm trying to write an if statement to tell it to skip the record in this case. My code is <table border="0" width="99%"> <cms:pageList> <% if ('<cms:page display="title"/>' != null) { %> <tr> <th class="pageAbstract"><a href="<cms:page display="href"/>">View <cms:page …

Member Avatar for aniseed
0
58
Member Avatar for jesintha

Hi People . I Just Installed Weblogic I Want To Know How To Save And Run A Jsp File In The Weblogic................ I Am Very New To Web Ligic

Member Avatar for aniseed
0
150
Member Avatar for CabriniGreens

Hi there, I just had a friend install Tomcat for me on my Apache server at school and it's working great with the test .jsp page I created... until I started to use the <jsp:include> tag. Here's my source for "index.jsp": [code] <html> <head> <% String title = "Hello World!"; …

Member Avatar for CabriniGreens
0
1K
Member Avatar for sudhakarsrl

hi respected friends, i have strucked with out this feature in my project. Please help me,and me sample code if u can . i have a JSP page which is having two combo boxes,in this page my main aim is: in my first combo box if i select one courseID …

Member Avatar for masijade
0
165
Member Avatar for shetty2k

Hi, I am faced with this problem in iPlanet Web Server 6.1 SP6. This works correctly in Tomcat 5.5.17. I am using the following directive in my JSP page to display a dropdown menu: [code] <html:select name="fieldsPerson" property="language"> <jsp:directive.include file="/myFolder/myFile.html" /> </html:select> [/code] The drop-down menu is displayed correctly, but …

0
71
Member Avatar for mysticcc

Hi I have a difficulty in insertion data. I wrote my html code (a form in it) and jsp code to get the form data and insert it to database. I don't get any error message but it doesn't insert data to database. My code is below. Where am I …

Member Avatar for mysticcc
0
130
Member Avatar for himanjim

Hi friends, I have turned scrolling off in one of the frames of my webpage having id bottomFrame. But I want to turn scrolling on when a long web page opens in that frame using javascript. parent.bottomFrame.style.scrolling="yes"( I hope the syntax is correct) doesn't works.

0
74
Member Avatar for jrabhu
Member Avatar for aarya

[B]Intro[/B] The Sun Microsystems’s Java Server Pages technology allows you to rapidly develop and easily maintain rich, dynamic web pages. As a part of the Java family, JSP enables development of web based applications that are platform independent. The web applications build using JSP technology works with a wide variety …

0
82
Member Avatar for amaravanich

Hi , i had data in my server folder.can i have any way to check whether that data is image data or not in jsp?.I can do it by checking whether its extension is jpg ,gifor bmp like wise.but we can have somany formats of image data.so apart from that …

0
107
Member Avatar for amaravanich

Hi , I had created a new session in loginpage.I invalidated that session in logout page.if i goback by back button previous page is displaying.how can i rectify that problem.Its my requirement to display session expired message when i tries to go back throw back button after logout.please tell m …

Member Avatar for jwenting
0
107
Member Avatar for nixlie

Hey again, Im seriosly having difficulty displaying the current date and time in java/jsp. THis is the code im using to get the date and time: public static void main(String args[]) { Date date=new Date(); SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yy"); String strDate = sdf.format(date); System.out.println(""+strDate); } but nothing seems to …

Member Avatar for jwenting
0
163
Member Avatar for vamsy

hi everyone, i am new to this forum..so kindly help me get along.. ok here is the cake... i have joined a new project recently and i am having problems coding in JSP. can anyone guide me through it.. i actually need to write a JSP to allow multiple selections …

Member Avatar for jwenting
0
93
Member Avatar for shanthiIrene

I have a jsp which has a browse field. I open the browse popup using javascript. In that popup I have folders too, onclick I need to expand or collapse. THe expand - collapse code is written in jsp. How to call this jsp code on click of the expand- …

Member Avatar for jwenting
0
52

The End.