>The only way I could see, using the API, was to extend >HttpServletRequestWrapper and override the parameter methods. If >you know that your added parameter name won't ever conflict with >any of the original request parameters (or any added during an >include or forward), I think it can be fairly straightfoward. If >you want to merge values, you have to do a little more work.
It's expected that this sort of code will become commonly available... after all, it's simple to write and once you've written it once it's easy to adapt. In fact it's not really onerous if you re-write it every time you need it. Nic Ferrier ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html