I believe I found the source of my problems. I was flipping back and forth
between the mailreader example and the app I was working on when something
caught my eye in the web.xml file.
Here's what the mailreader had for in the servlet config:
org.apache.struts.action.ActionServlet
Here's what I
That didn't work. I did however take a closer look at my struts-config.xml. I
happened to find in my action mapping my type was
"com.jamesholmes.minihr/SearchAction", I replace the "/" with "." and now it
doesn't give me JSP exception, now it just gives me:
type Exception report
message
desc
I believe your global forward should point onto /search.do (which is the
ActionMapping whose path is defined as "/search" further down in your
struts-config.xml:
Everything else in your struts-config-xml seems to be fine. Does that help?
2007/1/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Just posted my struts-config.xml. It does have a global forward called "search"
"Dave Newton"
<[EMAIL PROTECTED]
I just tried putting the slash before search in my forward attribute as you
mentioned, but I got the same error. Here's my struts-config.xml.
http://struts.apache.org/dtds/struts-config_1_3.dtd";>
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> 15: • Search for
Do you have a global forward called "search?"
It's a Good Idea to post (as much as possible, but hopefully restricted
to the problem at hand :/ more information such as the struts
configuration etc. otherwise nobody really knows
Hi Patrick,
Have you tried putting a slash:
If that doesn't solve your problem, I suspect that you would need to post
the content of your struts-config.xml file...
Good luck!
Pierre
2007/1/18, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
org.apache.jasper.JasperException: Exception in JSP: /ind
7 matches
Mail list logo