Return-Path: Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: (qmail 42847 invoked from network); 22 Apr 2010 16:32:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Apr 2010 16:32:14 -0000 Received: (qmail 78803 invoked by uid 500); 22 Apr 2010 16:32:14 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 78574 invoked by uid 500); 22 Apr 2010 16:32:14 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 78561 invoked by uid 99); 22 Apr 2010 16:32:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 16:32:13 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Apr 2010 16:32:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3MGVnPI017297 for ; Thu, 22 Apr 2010 16:31:50 GMT Message-ID: <14470548.141201271953909800.JavaMail.jira@thor> Date: Thu, 22 Apr 2010 12:31:49 -0400 (EDT) From: "Brian Heston (JIRA)" To: commits@tapestry.apache.org Subject: [jira] Updated: (TAP5-1077) Merge symbol values into property values from a bean definition In-Reply-To: <493451558.484541269507927183.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TAP5-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Heston updated TAP5-1077: ------------------------------- Attachment: TapestrySpringFilter working.txt TapestrySpringFilter broken.txt ContextLoaderListener.txt > Merge symbol values into property values from a bean definition > --------------------------------------------------------------- > > Key: TAP5-1077 > URL: https://issues.apache.org/jira/browse/TAP5-1077 > Project: Tapestry 5 > Issue Type: Improvement > Components: tapestry-spring > Affects Versions: 5.1.0.5 > Reporter: Igor Drobiazko > Assignee: Igor Drobiazko > Priority: Minor > Fix For: 5.2.0 > > Attachments: ContextLoaderListener.txt, TapestrySpringFilter broken.txt, TapestrySpringFilter working.txt > > > Springs allows you to externalize property values from a bean definition into a property file. It would be nice if the values of the property placeholders could be read from symbol values. An example: > > public static void contributeApplicationDefaults(MappedConfiguration configuration) { > configuration.add("custom.strategy.class", "com.foo.DefaultStrategy"); > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.