Hi Experts,
I have a very simple form, which I am trying to submit. for some reason nothing is executing on click of submit.
I do have the associa...
Hi,
How to divide large data into chunks from the result set .we are storing data from the resultset into string variable.I am getting error when the data is too large.it is taking too much ...
Hi Experts,
I have a simple servlet that gets an arraylist from a backend java class and then forwards it to jsp.
The flow is working fine but for some ...
I have a JSP/JSTL application running on tomcat/apache 5.5. I have an Oracle query that takes over a minute to complete.
I need to have an animated gif displayed showing that the query i...
I need to use JSON for encoding and I want to be able to use JSON.parse. How can I implement this in my JSP to be able to be read in javascript? What would be the best way?
I have some jsp code e.g. I create a connection to the database at the top of my jsp code..and i want to write some html after the jsp but when I get back to writing the jsp code it does not r...
I am using Access. My database is not loading and I cannot open it up in the browser using: http://localhost:8080/burnaby/servlet/ControllerServlet. My DSN is Burnaby and the database is the d...
I have an html form and I want to enter the values from the HTML form into a databse using jsp.. How do I do this. make the html a jsp page and do it there. or create a separate jsp page to ge...
how to handle browser compatibility problem in javascript or CSS? so my webpage can be opened in several browsers without hit any problem.Have any idea?thx
Hi,
I have latest eclipse 3.0....IDE. I am running JSP examples through that IDE on tomcat 6.0.....server. At compile time i am not seeing any erro. But while running those examples gettin...
Hi
I cant find an exact link for Java studio creator 2 for a mac, OS X
I only have it for PC on the CD that came with a text book.
Does anyone have the URL ?
thx,
xannus
HI Experts,
On my homepage, I have a field called NOTES. these notes are being fetched from the database by a backend java class, Stored in an ArrayList and then passed on t...
We have a system where we are running IIS and Tomcat. Tomcat is not configured to run under IIS and Apache is not on the system either so not sure how port 8080 requests are getting to Tomcat...
I have an application, which uses JSP including some common jsp fragments. The structure of each content page is the same (like mypage.jsp). All the common code is in fragments. The problem is...
Hi In the below example i want to use one custom tag, but i am facing one problem while i testing this application.
the error is like
"
org.apache.jasper.JasperException: Unable to compil...
Hi,
When I'm browsing through the code of Google Mail, I found that they are generating the round corner images on the fly using this link http://mail.google.com/mail/rc?a=af&c=000&w=8&h=8,...
Hi
Can someone give me a snippet of how to populate a droplist using jsp with values from a mysql database table.
I have a form with a checkbox, droplist and radio buttons..How do I get the values from these and enter it in a database..
I am looping through an html table where I am having problems looping through the cells or columns in each row. I am able to loop through the rows but not the columns. I was trying to get th...
I need to be able present a link on my jsp page for users to be able to download a file but I don't want to give a link to the downoad directory.
I found an example that was close:
<%@...
I'm doing a directory listing via java and displaying the resulting list of files as a list of clickable links in a jsp.
However the jsp only displays teh results up to a cetrain point i.e....
How can Active Directory users be authenticated in a Java/JSP program?
(I stumbled across a solution online at http://mhimu.wordpress.com/2009/03/18/active-directory-authentication-using-j...
Hi All,
I've some SWF files, based on the some conditions i will fecth the diffrenet filess and need to play them in jsp page. Can any one help me how to play with that videos with stop/pau...
Hi,
I am writing a simple jsp custom tag which prints elapsed time, start time. My code looks like
TimerDemo.jsp code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN...
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
...