Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@apache.org Received: (qmail 833 invoked from network); 7 Feb 2003 21:52:04 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 7 Feb 2003 21:52:04 -0000 Received: (qmail 19273 invoked by uid 97); 7 Feb 2003 21:53:39 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-user@nagoya.betaversion.org Received: (qmail 19265 invoked from network); 7 Feb 2003 21:53:38 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 7 Feb 2003 21:53:38 -0000 Received: (qmail 98443 invoked by uid 500); 7 Feb 2003 21:51:38 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 98398 invoked from network); 7 Feb 2003 21:51:38 -0000 Received: from oe73.law12.hotmail.com (HELO hotmail.com) (64.4.18.208) by daedalus.apache.org with SMTP; 7 Feb 2003 21:51:38 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 7 Feb 2003 13:51:44 -0800 X-Originating-IP: [167.192.150.146] From: "Kevin O'Neill Stoll" To: Subject: Having Trouble Using Parameters with Sort in a Stylesheet Date: Fri, 7 Feb 2003 16:51:41 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0013_01C2CEC9.3048F030" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 07 Feb 2003 21:51:44.0650 (UTC) FILETIME=[1B1486A0:01C2CEF3] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0013_01C2CEC9.3048F030 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm attempting to pass some params to a stylesheet, which I seem to able = to do successfully. In fact I am able to print them out as simple = strings, but when I attempt to use these params in a xsl:sort tag in my = stylesheet I get an error stating there is an EmptyStackException. javax.servlet.ServletException: java.util.EmptyStackException Here is the code snippet where I am having the problems, code ... =20 more code .... I hope that I am just over looking something simple here. Thanks for = your help in advance. Kevin ------=_NextPart_000_0013_01C2CEC9.3048F030--