Re: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
"Struts UsersRe: Mailing List"causing Exception in JSP <[EMAIL PROTECTED]

Re: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
cc Please respond to Subject "Struts Users

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
01/18/07 02:47 PM cc Please respond to Subject "Struts UsersRE: M

Re: causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
Subject "Struts UsersRe: Mailing List"causing Exception in JSP <[EMAIL PROTECTED]

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

causing Exception in JSP

2007-01-18 Thread Patrick . Grimard
I'm new to JSP and Struts. I'm trying to learn from a book I bought, but I'm getting an error on my index.jsp page. Not sure what the problem is and I've spent all day trying to figure it out. Any help is appreciated. HTTP Status 500 - type Exception report message description The serve