Hi Team, I am still learning t5 So i may ask very many questions. So here is a question on injections.
I have so far learnt the following regarding injection: When injecting Services , Use @Inject When injecting pages, user @InjectPage When injecting Components, user @InjectComponent Am i right so far? Now in one of the examples, found here http://tapestry.apache.org/ajax-components-faq.html, @Inject is used on block component. I was expecting to find @InjectComponent, am i missing something? regards, Josh.