Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by UlrichStaerk:
http://wiki.apache.org/tapestry/Tapestry5HowToReadSymbolsFromPropertiesFile

The comment on the change is:
found a type

------------------------------------------------------------------------------
  The foo string will then contain the value of the foo configuration symbol. 
If for example your properties file contained a line `foo=bar`, then the foo 
string would be "bar". If you want to expand a symbol in a string, you have to 
use the Value annotation:
  
  {{{
- @Inject @Value(value="${root}/something/${somedir})
+ @Inject @Value(value="${root}/something/${somedir}")
  private String directory
  }}}
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to