Re: Exception injecting Block

2008-11-20 Thread Thiago H. de Paula Figueiredo
Em Thu, 20 Nov 2008 17:22:03 -0300, Olle Hallin <[EMAIL PROTECTED]> escreveu: Try to @InjectComponent private Block myBlock instead. HTHOlle Thanks for the help, but it didn't help. Blocks are not components, so Tapestry complains that no component with that given id exists in my page. I

Re: Exception injecting Block

2008-11-20 Thread Olle Hallin
Try to @InjectComponent private Block myBlock instead. HTH Olle 2008/11/20 Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]> > Hi! > > I'm writing a presentation about Tapestry 5 for an developer's event here > in Belo Horizonte, Brazil. Suggestions are always welcome. :) > > I'm having a strang