Question about injecting properties in a Mojo

2007-01-09 Thread Petar Tahchiev
Hi gyus, I have the following question: Is it possible to inject (instantiate a property) in a mojo with some other technique, other than annotation? I am asking because I have the following problem: I want in my mojo to call other mojo but since the other mojo doesn't have a put method, but

Re: Question about injecting properties in a Mojo

2007-01-09 Thread Petar Tahchiev
On 09/01/07, Petar Tahchiev [EMAIL PROTECTED] wrote: Hi gyus, I have the following question: Is it possible to inject (instantiate a property) in a mojo with some other technique, other than annotation? I am asking because I have the following problem: I want in my mojo to call other mojo but