Results 1 to 5 of 5

Thread: Complex property referencing in properties files

Hybrid View

  1. #1

    Default Complex property referencing in properties files

    Complex property referencing in properties files does not seem to be working as of this release.

    Eg:
    Code:
    <!-- applicationContext.xml -->
    <property file="my.properties"/>
    Code:
    # my.properties
    someProperty.value = ${otherProperty.value}/kewl!
    otherProperty.value = /radical
    'someProperty.value' will still retain the string literal value of "${otherProperty.value}/kewl!" rather than having "/radical/kewl!". Is this supposed to be working in the 0.8 release, or is it still on the agenda?

    Thanks so much for this awesome project! I believe I speak for the community and say that this is an invaluable project for DI and IoC.

  2. #2
    Join Date
    Dec 2008
    Location
    Brussels
    Posts
    407

    Default not supported I think

    AFAIK, this kind of property replacement doesn't work yet, you can add a feature request in the JIRA tracker if you like:

    http://jira.springframework.org/brow...ACTIONSCRIPTAS

    cheers,

    Roland

  3. #3
    Join Date
    Oct 2008
    Location
    Belgium
    Posts
    160

    Default

    This is now fixed in SVN.
    Christophe Herreman
    Spring ActionScript Founder
    http://www.herrodius.com

  4. #4
    Join Date
    Dec 2008
    Location
    Brussels
    Posts
    407

    Default :)

    Three cheers for Christophe!

    Now everybody, go send him a postcard!

    cheers,

    Roland

  5. #5

    Default

    Thank you so much! The Spring Actionscript team has been extremely helpful in fixing these issues and moving the project forward. You guys rock!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •