Return-Path: Delivered-To: apmail-incubator-empire-db-dev-archive@minotaur.apache.org Received: (qmail 88938 invoked from network); 6 Jul 2009 10:35:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jul 2009 10:35:22 -0000 Received: (qmail 86967 invoked by uid 500); 6 Jul 2009 10:35:00 -0000 Delivered-To: apmail-incubator-empire-db-dev-archive@incubator.apache.org Received: (qmail 86252 invoked by uid 500); 6 Jul 2009 10:34:53 -0000 Mailing-List: contact empire-db-dev-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-dev@incubator.apache.org Received: (qmail 85876 invoked by uid 99); 6 Jul 2009 10:34:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 10:34:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [217.72.192.221] (HELO fmmailgate01.web.de) (217.72.192.221) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 10:25:57 +0000 Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id 92FDB1089BDEA for ; Mon, 6 Jul 2009 12:25:36 +0200 (CEST) Received: from [83.78.121.93] (helo=[192.168.1.103]) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #277) id 1MNlOC-0007Bo-00 for empire-db-dev@incubator.apache.org; Mon, 06 Jul 2009 12:25:36 +0200 Message-ID: <4A51D120.8010507@web.de> Date: Mon, 06 Jul 2009 12:25:36 +0200 From: Benjamin Venditti User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: empire-db-dev@incubator.apache.org Subject: Uprading struts2 extensions to struts 2.1.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: benniven@web.de X-Sender: benniven@web.de X-Provags-ID: V01U2FsdGVkX1+ChioI+LKTRmTvccl5hpggM+zAo7K8hUQdFerN HJh8E5sBTtuSOCzBPANccCtRlwgdGQqfUYZdIy/aQvT5508jeo WQS2rktBk= X-Virus-Checked: Checked by ClamAV on apache.org Hello EmpireDB developer team, i am currently trying to get the empire-db struts extensions running with struts 2.1.6. Most of the problems could be solved quite easily, but unfortunately i have two issues that i can't solve without doubt. 1. Class: *ItemListTag:130* Previously the the method "getId()" was called from the class "org.apache.struts2.components.Component" but this method does no longer exist. By making the nested class "ItemIteratorComponent" non static, i could get rid of the "Cannot make static referenced ..." error, however i am not sure if this is a appropriate solution, as thereby the method "javax.servlet.jsp.tagext.TagSupport.getId()" will be called. 2. Classes: *LinkTag:97, AnchorComponent:101* The Attribute "targets" as well as the method "setTarges(...)" no longer exists in *org.apache.struts2.components.Anchor*. My current solution for this issue is to remove all references in all other classes and in the tag library. I could compile the struts2 extensions and ran the sample application on tomcat 6.x with the stated changes (and others). Could you please help me with the two issues. If you like i can send you all the changes i made. Thanks in advance. Benjamin