Ok.. I figured it out... Query parameters who's value was set due to a @DefaultValue annotation are not in the HttpServletRequest... which now that I think about it... makes sense.
I still need those query parameters in my JSPs so I had to add a @Context HttpServletRequest argument to the methods in my resource classes and then call setAttribute on the passed in HttpServletRequest manually. Everything works as expected now. Thanks for your help :-) ---Harris -- View this message in context: http://cxf.547215.n5.nabble.com/RequestDispatcherProvider-not-saving-QueryParameters-in-HttpServletRequest-tp5725789p5726146.html Sent from the cxf-user mailing list archive at Nabble.com.
