Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 83835 invoked from network); 2 Sep 2005 02:20:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2005 02:20:07 -0000 Received: (qmail 49633 invoked by uid 500); 2 Sep 2005 02:20:06 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 49615 invoked by uid 500); 2 Sep 2005 02:20:05 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 49602 invoked by uid 99); 2 Sep 2005 02:20:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2005 19:20:05 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ekoneil@gmail.com designates 64.233.184.202 as permitted sender) Received: from [64.233.184.202] (HELO wproxy.gmail.com) (64.233.184.202) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2005 19:20:19 -0700 Received: by wproxy.gmail.com with SMTP id i11so438694wra for ; Thu, 01 Sep 2005 19:20:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V+oJDzFzPPHjtUlIgT0lzO+2dRTUUNhA4JQzOiHfNhncAOv1bFdLd6wq9/k2TOoT24IXcvab+x614JylA3766B1JcwYGqLiWWceZprfK1YcKhV6nQY7guk4JSDN2yk0b9npCe3STbqdszZcR4/JljqWRFfj98KL0xBxyv6J8e3Q= Received: by 10.54.63.16 with SMTP id l16mr392988wra; Thu, 01 Sep 2005 19:20:01 -0700 (PDT) Received: by 10.54.48.30 with HTTP; Thu, 1 Sep 2005 19:20:01 -0700 (PDT) Message-ID: Date: Thu, 1 Sep 2005 20:20:01 -0600 From: Eddie O'Neil To: Beehive Developers Subject: Re: netui-samples typos In-Reply-To: <4317A416.2000902@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4317A416.2000902@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Glauber-- Nice catch! Thanks for pointing it out -- fix coming shortly. Eddie On 9/1/05, Glauber Adriano Reis wrote: > Hi, > In netui-samples, 2 jps's petId property were petID. That spawned errors = when accesing "Page Input" and > "Repeating Select with Select Option Body Content and Integer Keys" sampl= es. >=20 > Here goes a fix >=20 >=20 > Index: ui/select/repeatingSelectWithOptionBody.jsp > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- ui/select/repeatingSelectWithOptionBody.jsp (revision 265810) > +++ ui/select/repeatingSelectWithOptionBody.jsp (working copy) > @@ -32,7 +32,7 @@ >
>
> > - > + > > > > @@ -42,4 +42,4 @@ > >
> > - > \ No newline at end of file > + > Index: ui/pageinput/index.jsp > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- ui/pageinput/index.jsp (revision 265810) > +++ ui/pageinput/index.jsp (working copy) > @@ -29,7 +29,7 @@ >
> > > - > + > > > > @@ -43,4 +43,4 @@ > that does provide the required page input. >
> > - > \ No newline at end of file > + >
Pet Details
Identifier:${pageInput.pet.petID}
Identifier:${pageInput.pet.petId}
Name:${pageInput.pet.name}
Price:${pageInput.pet.price}
Description:${pageInput.pet.description}