<html:link forward="search"> causing Exception ... -- Patrick Grimard 2007-01-18
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
description The server encountered an internal error () that prevented it from fulfilling this request.
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.20 logs.
Patrick Grimard M.I.S. XTL Transport Inc. T. (514) 636-1499 Ext. 5991 T. (800) 636-2138 Ext. 5991 F. (514) 636-5700
"Pierre Thibaudeau" <pierre.thibaudeau@ gmail.com> To "Struts Users Mailing List" 01/18/07 02:58 PM <user@(protected)> cc
Please respond to Subject "Struts Users Re: <html:link forward="search"> Mailing List" causing Exception in JSP <user@(protected) .org>
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:
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)