Matt Williams

Greenhorn
+ Follow
since Sep 10, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Matt Williams

Here is what I use:
22 years ago
JSP
Thanks Jessica,
That does help. I am checking it out right now.
Matt
22 years ago
JSP
Great, but that doesn't solve the problem unless you add that tag in every page of the application. The application that we are developing has hundred of pages. Tomcat can't just have a setting in the config that will allow all errors to point to a specific page even if it doesn't have the error page set?
Matt
P.S. Not sure if the sarcasm is warrented here. I am sure that you have been a Java pro your entire life and never needed to ask for help. Very uncool.
22 years ago
JSP
OK, I have been racking my brain on how to do this, I have searched high and low and I haven't found a solution to the problem. Is there a way with Tomcat to set up a custom error page when something goes wrong on a page? I can't seem to find anything on this or how to do it.
Thanks in advance.
Matt
22 years ago
JSP
I want to display a calendar on my site, but can't find a good servlet or bean that can already do this. Does anyone know how to make this work?
Thanks,
Matt
22 years ago
OK, so here is my problem and I am looking for the best solution to fix it. I want to create a JSP driven site that can run on multiple databases. The only simularity that the databases will have is the structure, but as we all know it isn't that easy to mix the SQL statements together. I don't have the money to create an application that will change up the SQL statements and make them work for all of the databases this is implemented on, but I will be able to program the SQL to make it run correctly on each platform.
My problem is that I want to have SQL modules that can be changed based upon what DB I am using. Does anyone have any ideas on what might work and what would be the easiest way to do this.
Thanks,
Matt
22 years ago
Well, I guess I figured it out.
<%= request.getRequestURI() %>
Thanks for the help though.
22 years ago
I want to get the full url from the jsp. For example if I were on this page I would want to be able to get:
http://www.javaranch.com/ubb/Forum7/HTML/005895.html
Thanks,
Matt
22 years ago
I am trying to get the full url of the page that I am on to do some dynamic menu generation and I can't seem to figure out how to do this. Is there a simple command?
Thanks in advance,
Matt
22 years ago