Em Mon, 16 Feb 2009 18:49:02 -0300, Piero Sartini <li...@pierosartini.de> escreveu:

My problem is that the portlet has to be able to decide at runtime where it will render (in which column). Is there an easy way to do s.th. like this?

I didn't understand much of the problem you're tring to solve, but the @InjectContainer annotation can help you: it allows a component to inject the parent component. Something like this, in a child component class:

@InjectContainer
private ParentComponent parentComponent;

Ciao,

Ciao!

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to