On Mon, 18 Feb 2013 18:37:55 -0300, René Bernhardsgrütter <rene.bernhardsgruet...@gmail.com> wrote:

Hi,

Hi!

in Ninja, you could do something like this

    @Component
    Katana katana;

You need to use @InjectComponent if you define the component on the template. @Component should only be used when you just use t:id in the template and declare everything else (component type and parameters) in the Java class.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to