jone jacob

Greenhorn
+ Follow
since Jun 11, 2010
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 jone jacob

Ok, I've been trying this thing out for a couple days now all to no avail.

I believe I am not too far off from the solution but I am missing something very simple. Could someone please take a look and let me know what I am missing?

The problem: I have implemented the VideoServlet as an ActionServlet but even the simplest of actions will not forward to the proper jsp. I am trying to simply have a 'ListHandler' with a key of "list" that should go to 'listvideos.jsp'. The URL on my index.html is: a href='/Video?action=list'. However when I click on this it goes to http://localhost:8080/Video/?action=list , which is not a valid URL.

EDIT/JD : Deleted functional code.

Any information would be appreciated.
Thank you,

- J Jacob
13 years ago