Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@locus.apache.org Received: (qmail 53503 invoked from network); 21 Sep 2008 20:43:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Sep 2008 20:43:17 -0000 Received: (qmail 75221 invoked by uid 500); 21 Sep 2008 20:43:14 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 75203 invoked by uid 500); 21 Sep 2008 20:43:14 -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 75191 invoked by uid 99); 21 Sep 2008 20:43:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 13:43:14 -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; Sun, 21 Sep 2008 20:42:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DA3E023889FE; Sun, 21 Sep 2008 13:42:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r697605 - /incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/DataValueTag.java Date: Sun, 21 Sep 2008 20:42:56 -0000 To: empire-db-commits@incubator.apache.org From: doebele@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080921204256.DA3E023889FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: doebele Date: Sun Sep 21 13:42:56 2008 New Revision: 697605 URL: http://svn.apache.org/viewvc?rev=697605&view=rev Log: EMPIREDB-14 Modified: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/DataValueTag.java Modified: incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/DataValueTag.java URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/DataValueTag.java?rev=697605&r1=697604&r2=697605&view=diff ============================================================================== --- incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/DataValueTag.java (original) +++ incubator/empire-db/trunk/struts2-ext/Empire-struts2-ext/src/org/apache/empire/struts2/jsp/tags/DataValueTag.java Sun Sep 21 13:42:56 2008 @@ -117,7 +117,8 @@ comp.setAction(action); comp.setAlt(getItemValue(alt)); comp.setAnchorClass(anchorClass); - comp.setParam(str(param, getActionItemPropertyName()), getItemValue(item)); + if (action.startsWith("javascript:")==false) + comp.setParam(str(param, getActionItemPropertyName()), getItemValue(item)); } // Common UI