Re: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
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

Re: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
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

Re: causing Exception in JSP

2007-01-18 Thread Pierre Thibaudeau
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]>

RE: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
Just posted my struts-config.xml. It does have a global forward called "search" "Dave Newton" <[EMAIL PROTECTED]

Re: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
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";>

RE: causing Exception in JSP

2007-01-18 Thread Dave Newton
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

Re: causing Exception in JSP

2007-01-18 Thread Pierre Thibaudeau
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