Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@locus.apache.org Received: (qmail 30519 invoked from network); 16 Sep 2008 10:44:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 10:44:42 -0000 Received: (qmail 28539 invoked by uid 500); 16 Sep 2008 10:44:26 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 28470 invoked by uid 500); 16 Sep 2008 10:44:25 -0000 Mailing-List: contact empire-db-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-commits@incubator.apache.org Received: (qmail 28452 invoked by uid 99); 16 Sep 2008 10:44:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 03:44:25 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 10:43:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DDD7F238896F; Tue, 16 Sep 2008 03:43:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r695807 - /incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/DataValueComponent.java Date: Tue, 16 Sep 2008 10:43:37 -0000 To: empire-db-commits@incubator.apache.org From: doebele@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080916104337.DDD7F238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: doebele Date: Tue Sep 16 03:43:36 2008 New Revision: 695807 URL: http://svn.apache.org/viewvc?rev=695807&view=rev Log: EMPIREDB-14 Modified: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/DataValueComponent.java Modified: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/DataValueComponent.java URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/DataValueComponent.java?rev=695807&r1=695806&r2=695807&view=diff ============================================================================== --- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/DataValueComponent.java (original) +++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/components/DataValueComponent.java Tue Sep 16 03:43:36 2008 @@ -51,6 +51,10 @@ public String getURL(String actionName) { + // JAVASCRIPT ? + if (actionName.startsWith("javascript:")) + return actionName; + String namespace = null; String method = null; String scheme = null;