Re: Using Symbols

2010-10-17 Thread Kalle Korhonen
something @Symbol > annotation is used without the @Inject and other time they are coupled ? > > Thanks. > -- Alessio > > On Oct 18, 2010, at 7:30 AM, Alessio Gambi wrote: > >> Hi, >> >> I am using Tapestry 5.0.1.5 and I have problem with using Symbols. >> >

Re: Using Symbols

2010-10-17 Thread Alessio Gambi
Hi, I solved this by adding the @Inject annotation. BTW, why something @Symbol annotation is used without the @Inject and other time they are coupled ? Thanks. -- Alessio On Oct 18, 2010, at 7:30 AM, Alessio Gambi wrote: Hi, I am using Tapestry 5.0.1.5 and I have problem with using

Using Symbols

2010-10-17 Thread Alessio Gambi
Hi, I am using Tapestry 5.0.1.5 and I have problem with using Symbols. In a service, I need the version of tapestry currently run, so I injected the TAPESTRY_VERSION symbol in the service constructor (see the code below) public class MyComponentEventResultProcessor implements