Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 62939 invoked from network); 27 Feb 2011 07:12:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2011 07:12:26 -0000 Received: (qmail 32481 invoked by uid 500); 27 Feb 2011 07:12:23 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 32260 invoked by uid 500); 27 Feb 2011 07:12:21 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 32251 invoked by uid 99); 27 Feb 2011 07:12:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Feb 2011 07:12:21 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [98.139.91.95] (HELO nm25.bullet.mail.sp2.yahoo.com) (98.139.91.95) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 27 Feb 2011 07:12:11 +0000 Received: from [98.139.91.61] by nm25.bullet.mail.sp2.yahoo.com with NNFMP; 27 Feb 2011 07:11:49 -0000 Received: from [98.139.91.7] by tm1.bullet.mail.sp2.yahoo.com with NNFMP; 27 Feb 2011 07:11:49 -0000 Received: from [127.0.0.1] by omp1007.mail.sp2.yahoo.com with NNFMP; 27 Feb 2011 07:11:49 -0000 X-Yahoo-Newman-Id: 778051.1889.bm@omp1007.mail.sp2.yahoo.com Received: (qmail 13618 invoked from network); 27 Feb 2011 07:11:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1298790709; bh=WickvkNa5QzgG/BP6ZvDrvryBRtuho7jJsYipTn/3H0=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=QT2astkAU4YCmJPZsxwZXUeXEd7jXShW/yyUI7x8DBByc7fcT3lqii1kfakVkocM/5A6ctU91JxCTCNuMEzGY5eDOp4b0C/sJNdGqMGGPE4OoTu0iPv+wiWd35YP+Wr7BK+c7ZJYANIYGCKWaqke5TP0rLk8MYOeyN4rEmM6rVA= Received: from [192.168.1.66] (michael.mccutcheon@67.121.232.49 with plain) by smtp126.sbc.mail.sp1.yahoo.com with SMTP; 26 Feb 2011 23:11:49 -0800 PST X-Yahoo-SMTP: m2dl79CswBAK07LdA5MOI76YzqWIxY78APePcYjgAy7qa1A746Ur X-YMail-OSG: j7dZE1cVM1ntlC.zep4bgLbIrwyxmfuNFUjbj8._P7uIsIG uqu.0qwcDDkghXxklQDUN.zoqUokkXxmc2_1jfQmNE7JoHlUaUvdUq.qk0aF CGOvQQ.0F.9X0LcY7FWpTOk7RGelTxdJijE3A_F55WST2xYDTIRfYcp9hn3D HpdoJYl0kSMWIp0kLjYiQI1dfM7itx9NVdZ5XI.tG.qbBQR_.ghEHTawOIqc - X-Yahoo-Newman-Property: ymail-3 Message-ID: <4D69F939.9050707@att.net> Date: Sat, 26 Feb 2011 23:11:53 -0800 From: Michael McCutcheon User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Tomcat Users List Subject: request.getParameter() not working in Tomcat 7.0.8 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I've got a simple problem where: request.getQueryString() returns this: "title%3Dtesttitle%26categoryAccessLabel%3Dtestcategoryaccesslabel%26valueAccessLabel%3DtestvalueAccessLabel" but request.getParameter("title") returns null. Am I missing something obvious? Shouldn't it be returning 'testtitle'? thanks, Mike --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org