Re: How to ... nicely wire "strings" through spring.

2008-06-29 Thread Ned Collyer
Just implemented that inbetween refreshes of here. Thanks Igor. igor.vaynberg wrote: > > create an applicationpropreties bean and set its values via the ${} > syntax. then inject that into wicket components. > > -igor > -- View this message in context: http://www.nabble.com/How-to-...-nic

Re: How to ... nicely wire "strings" through spring.

2008-06-29 Thread Igor Vaynberg
create an applicationpropreties bean and set its values via the ${} syntax. then inject that into wicket components. -igor On Sun, Jun 29, 2008 at 11:01 PM, Ned Collyer <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm using dependency injection via @SpringBean, and I need access to > configurable Strin

How to ... nicely wire "strings" through spring.

2008-06-29 Thread Ned Collyer
Hi, I'm using dependency injection via @SpringBean, and I need access to configurable String value in my Application class. My main context file is using a org.springframework.beans.factory.config.PropertyPlaceholderConfigurer which allows me to use ${} syntax for wiring values from a set of pro