Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D85D10892 for ; Thu, 11 Apr 2013 01:00:43 +0000 (UTC) Received: (qmail 33038 invoked by uid 500); 11 Apr 2013 01:00:42 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 32956 invoked by uid 500); 11 Apr 2013 01:00:41 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 32946 invoked by uid 99); 11 Apr 2013 01:00:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 01:00:41 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of harrisgilliam@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 01:00:36 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UQ5s7-0005i9-8Z for users@cxf.apache.org; Wed, 10 Apr 2013 18:00:15 -0700 Date: Wed, 10 Apr 2013 18:00:15 -0700 (PDT) From: harrisgilliam To: users@cxf.apache.org Message-ID: <1365642015250-5726146.post@n5.nabble.com> In-Reply-To: <515F2A1E.9020606@gmail.com> References: <1365018774682-5725789.post@n5.nabble.com> <515D23D1.4090209@gmail.com> <515D418F.1080608@gmail.com> <1365089943949-5725852.post@n5.nabble.com> <515DD515.6010304@gmail.com> <1365171430481-5725910.post@n5.nabble.com> <515F2A1E.9020606@gmail.com> Subject: Re: RequestDispatcherProvider not saving QueryParameters in HttpServletRequest MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.