Hi All,
My code is not counting the subfolders.
The specific path is /home/webdocs/ xxx/
For Eg.:
Consider, /home/webdocs/ xxx/
/home/webdocs/ xxx/x1.txt
...
*** THIS IS FOR A SCHOOL ASSIGNMENT - code is not being requested ***
I am mostly looking for what I need to formulate as part of the main page of a web-based bug tracking system using JSP ...
While accessing secure URL, image is not getting shown on page.
in jsp
I have
<img src="/header.gif"/>
Secure URL I am using to access
https://localhost:8443/login.htm
Hi
I am having a list , i want to display the list value in jsp in a with proper alignment. I tried but couldn't able to display with proper alignment and also i am using lpad and rpad w...
I am new to JSP and I am trying to display the session id within a HTML page. Does anyone have any code examples explaining how to do this?
Thanks
I have a requirement that i should not let the same client make requests from different browsers...like if i have logged in one system i should not be allowed to login in another just like how...
Hi,
Does anyone have a scriplet that shows how to search a database with jsp and display the results?
Hi,
What do I need to connect jsp with mysql. I need a driver..I think where do I find it and where do I put the driver?
I have a java class that contains a method called getCategoryList();
The method returns a map of integer, string pairs.
I have a JSP page that I would like to iterated thru and list the str...
I have a war file but need to alter the java file that was originally used to create the classes. Is it possible to open the war file and alter the java? If not how can I alter the java? Be...
Hi,
I have an XML file with an element in it <start>.
Using XSL, I would like to send the content of this element to a web page via post and display the returned result in a frame.
I'm ...
I have two environments
Tomcat on my localhost http://localhost:8080/kdb_eldb/cfobeldb/WebContent/t_ajax_add_keyword.jsp
Websphere server
http://webwas6dev.bct.com/cfobeldb/t_ajax_add_...
I am going through a book Java for the Web with Servlets, JSP, and EJB and I am trying to get the directory structure set up right with the files in the correct place. I cannot get it to work ...
When querying a url the getContentLength method is returning as expected if requesting 29 results, if requesting 30 results, getContentLength method is returning -1.
hi, I am trying to open a popup window by calling this function:
var w = window.open(url, 'name', 'width=250,height=450,status=no,resizable=no');
w.focus();
Inside the window I have a div...
Hi
I am new to DWR. I am looking for a jsp to be refreshed every 15 seconds. The jsp will have a table in which each row is a process. It also has a start button, which when the user click...
I have separate books on Javascript and JSP (Java Server Pages), but I am not successful
finding a book that covers both, or shows why use JavaScript in JSP. Suggesting an online tutorial or...
I am a new Java programmer and new to Jsp. I am a C# Asp.Net programmer and I have been given a legacy application to maintain so I am learning a new "language" and paradigm. I have an appli...
i developed a jsp page for retriving and storing images into local disk.
In the database table i have images.I'm trying to retrive and storing the images into local disk(Ex:c:\mages).When i r...
In java when iam running the program on server it's giving this type of errors
8/14/09 10:20:07:530 CDT] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
[8/14/09 10...
I'm having this error java.lang.Exception: Too many (4) duplicate instances of mfselect. I'm not sure if it is being caused by the .jsp or the bean. It's occurring after i clicked update to ...
Here is my HTML code
<tr>
<td width="120" align="right"><font face=verdana size="-1" ><strong>Description :</strong></font></td>
<td align="left"><input type="t...
Hi
How do I only show the values that were update in jsp. I have a mysql database.. After I update some values with a query I only want to show the updated values on a page.. How do I do that?
I have to make a selection sort in Java using an object array. This is the code I have so far:
public static void selectionSort(Object[] array3) {
//TODO: implement a linear s...
I have been working with JSPs connecting to Oracle. I have also been working with presentation from a local xml file to a data table in JSP. Is there a way to connect to ORacle and return th...