Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 72076 invoked from network); 9 Oct 2005 04:39:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Oct 2005 04:39:06 -0000 Received: (qmail 24804 invoked by uid 500); 9 Oct 2005 04:39:04 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 24767 invoked by uid 500); 9 Oct 2005 04:39:03 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 24756 invoked by uid 99); 9 Oct 2005 04:39:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2005 21:39:03 -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 possum.pie@gmail.com designates 64.233.184.197 as permitted sender) Received: from [64.233.184.197] (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Oct 2005 21:39:03 -0700 Received: by wproxy.gmail.com with SMTP id i28so410461wra for ; Sat, 08 Oct 2005 21:38:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CZ7+4TZX9eRcEBoT3v4q+Qx71y+XSni/ZgxoGks1WKtQdGUM6qXLq9lbI97VfUSiNlsgLJLs6E6hj4W3DWRMXrpw36f0uO7Pd5kUWbLGilY8lr/xVmrhnH2ntgvlMusuC5SMbXcBoempAL1bdk2Vahg0bhxfcPq00qQFRRZpsTI= Received: by 10.54.121.14 with SMTP id t14mr2948084wrc; Sat, 08 Oct 2005 21:38:38 -0700 (PDT) Received: by 10.54.70.13 with HTTP; Sat, 8 Oct 2005 21:38:38 -0700 (PDT) Message-ID: Date: Sat, 8 Oct 2005 21:38:38 -0700 From: David Miller Reply-To: David Miller To: users@myfaces.apache.org Subject: inputCalendar and javascript errors MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I can run the calendar.jsp example (from myfaces-20051006-examples, simple.war) here on my local machine with no problems. However when simple.war is deployed to an actual host (Kattare or DailyRazor) and I again attempt to run calendar.jsp, I immediately get two javascript errors: Error: jscalendarSetImageDirectory is not defined Source File: http://www.ghkcfg.com/simple/calendar.jsf Line: 19 Error: loadPopupScript is not defined Source File: http://www.ghkcfg.com/simple/calendar.jsf Line: 78 No images are displayed and no pop-ups pop-up. I really would like to use inputCalendar as it's very cool. Can anyone help= me?