3,760 Topics

Member Avatar for
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
151
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
133
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
108
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
164
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
Member Avatar for datta.saru@gmai

Hi experts, In my struts application, I have aJsp page which receives some keywords based on that it has to search my local file system(C:\,D:\,E:\........). How to do this? Help me with some code. Thanks a lot in advance

Member Avatar for peter_budo
0
93
Member Avatar for datta.saru@gmai

Hi experts, In my application, I have a JSP page that receives some keywords based on that the searching is to be performed on my local system(All disks like C:\,D:\,E:\...........). How to do this?Its urgent Help required

0
71
Member Avatar for kssprabhu

Dear all. greetings here is the code snippet for student database search. whatever number i enter in the textbox,it says that student details r not found. please verify it. HTML code [code=html]<html> <head> <title> Student Search </title> </head> <body> <form method="POST" action="http://localhost:7001/jsp/result.jsp"> <table align="center" width="50%" border="0" cellspacing="4" cellpadding="4"> <tr> <th …

Member Avatar for hooknc
0
797
Member Avatar for jetbrains

Hi all I'm a newbie of jsp. I need to generate a bar chart in jsp. I searched from google and found many people talk about jfreechart. But how to do? Would you like to give me some sample code? Thank in advance

Member Avatar for jwenting
0
77
Member Avatar for techkar

Hi experts, Here there is a requirement like autoloading a jsp file, once a day without any human intervention. A JSP file should be executed daily at a particular time automatically. I'm using Web Server:Tomcat 5 If there is any logic or idea regarding the same is appriciated. Regards,

Member Avatar for digital-ether
0
109
Member Avatar for DoubleShot

I am new to javascript. How do I load a text file into my web page? I want to be able to change the file when wanted and then load it into the web page. I thank you all in advance! Thanks

Member Avatar for masijade
0
112
Member Avatar for haria_kishore

Hi friends I am designing a questionnaire where at one particular page i need to ask the user "Number of projects" Based on the number provided and when he clicks next, he should get the table with rows equal to the number provided. The columns will be fixed . Can …

Member Avatar for peter_budo
0
154
Member Avatar for small_ticket

I've installed Apache Tomcat/5.5.16 with the windows installer. I've installed it to port 80. when i write to my browser localhost:80 there is no problem it goes to main tomcat page, but when i click on the jsp-examples link it gives this error [B]HTTP Status 404 -/jsp-examples/ type Status report …

Member Avatar for pthakur
-1
129
Member Avatar for aarya

i m trying to connect jsp page to mysql. i have insatlled jsp-mysql connector. but still not able to connect to mysql. pla anybody help me. thanks

Member Avatar for mishu007
0
142
Member Avatar for muthumari
Member Avatar for masijade
0
99
Member Avatar for delizeka

Hi everyone, I am trying to use classes with JSP but I have a problem. I created a class and a method that will be used to return a specific querystring value . But I get an error while compiling the class and I can't solve the problem. I use …

Member Avatar for masijade
0
66
Member Avatar for jcdmibz

I have a situation. I am running a Windows XP with iE 6.0 sp2; under admin i am able to view the site no problem. Once I logon as the user I am no longer able to view the site. I checked the following Using Java and not Microsot vm. …

Member Avatar for jcdmibz
0
104
Member Avatar for mmfarhan

Hi, I am using RichEdit box (i downloaded it from [url]www.gerd-tentler.de/tools/richedit/index.html[/url]) on my page for formatting text and storing text with html tags in database. But, when i try to get this text (eg. <P> kkjkjkj </P>) from database using <c:out value='${LongDesc}' /> it converts all the tags into: & …

0
61
Member Avatar for harisinghrajput

Hi all, I am using oc4j 9i as my web server. My operating system is windows 2003. I get this error 'Too many files open' . This error is not frequent. After browsing through the web, i have found something about file descriptors. Now i cannot figure out where to …

0
97
Member Avatar for harisinghrajput

Please help me with this strange behaviour, Unexpectedly I get this intermediate error as Data has been flushed to the client. What is this behavior and what are the reasons?

Member Avatar for harisinghrajput
0
132
Member Avatar for Pacer

Hello all. I am only learning JSP two days.I want to change the Lookback Address of Tomcat.For example,We can change "localhost" to 192.168.0.22 in IIS Server.So,How can i do it in Tomcat Server? Thanks very much.

Member Avatar for lifayan
0
108
Member Avatar for faramin

Hello, Is it possible to override _top target? I need to keep all the pages in a frame and I don't have access to some pages that use _top target in their links and they get out of the frame. Thank you, Ramin

Member Avatar for faramin
0
195

The End.