Hi All,
I have a
jsp page with a html:link that has a reference to a Javascript method when it is clicked on:
The javaScript method should submit the page:
I can see that I do get into the javascript method because I see the alert message. However, instead of submitting the page, I seem to get redirected to a
Tomcat page which says :
Directory Listing For /
And then lists the folders conf, dist, web, etc.
Can't seem to figure out why this is happening, It looks like I do not get to the action that I expect.
In the jsp I have :
and in struts-config.xml :
[ April 23, 2007: Message edited by: Kim Kantola ]