Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 14746 invoked from network); 5 May 2003 18:31:02 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 May 2003 18:31:02 -0000 Received: (qmail 10192 invoked by uid 97); 5 May 2003 18:33:08 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@nagoya.betaversion.org Received: (qmail 10185 invoked from network); 5 May 2003 18:33:07 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 5 May 2003 18:33:07 -0000 Received: (qmail 14144 invoked by uid 500); 5 May 2003 18:30:55 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 14132 invoked from network); 5 May 2003 18:30:55 -0000 Received: from f23.law15.hotmail.com (HELO hotmail.com) (64.4.23.23) by daedalus.apache.org with SMTP; 5 May 2003 18:30:55 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 5 May 2003 11:31:00 -0700 Received: from 32.97.110.142 by lw15fd.law15.hotmail.msn.com with HTTP; Mon, 05 May 2003 18:30:59 GMT X-Originating-IP: [32.97.110.142] X-Originating-Email: [dgraham1980@hotmail.com] From: "David Graham" To: struts-dev@jakarta.apache.org Bcc: Subject: Re: html:rewrite possible bug Date: Mon, 05 May 2003 12:30:59 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 May 2003 18:31:00.0218 (UTC) FILETIME=[79FA4DA0:01C31334] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Encoding the ampersand is the way it's supposed to work. David >From: Dennis Muhlestein >Reply-To: "Struts Developers List" >To: struts-dev@jakarta.apache.org >Subject: html:rewrite possible bug >Date: Mon, 05 May 2003 11:38:51 -0600 > >We use the rewrite tag occasionally within some javascript. We have >never used it with more than one parameter until today. > >Today when trying though, the outputted html is incorrect. > >Snippet: ><<<<<<<<<<< ><% java.util.Hashtable parms = new java.util.Hashtable(); > parms.put ( "PARAM1", "1" ); > parms.put ( "PARAM2", "2" ); > pageContext.setAttribute( "parms", parms ); %> >