Is there any way to prevent struts 2 from processing GET parameters? I have my application to only use POST forms, so the values are not visible in the URL, is there a way to have struts not call setters for the http://host/myapp/delete_person?id=12345, and only set it for the action if it's submitted via POST?
I'm thinking this is done by the ActionMappingParametersInterceptor, but I don't see a way to only make it set parameters for POST, and to ignore GET. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org