Hi, || -----Original Message----- || From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] || Sent: woensdag 29 september 2004 15:10 || To: Struts Users Mailing List || Subject: Re: ServletException using html:link tag || || || || If I'm understanding your problem and if you have a || getMap() method in SearchActionForm I think you need to add || property="map" to your html:link
I think the html:link looks for the getter of the property 'map' (getMap()) by default so this shouldn't be necessary, but if I do it anyway like this: <html:link action="getSearchResults" name="SearchActionForm" scope="request" property="map">test2</html:link> I get the following exception: [ServletException in:/WEB-INF/jsp/repository/collection-resource-search-results.jsp] No getter method for property map of bean SearchActionForm Now I don't understand this as well because SearchActionForm is a DynaValidatorForm which extends from DynaActionForm which has a getMap() method, so that should be the getter for the property 'map', right? regards, Jeroen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]