Hi Stephan, > | <t:if test="setupRender"/> > | > | public boolean isSetupRender() { > | // Do stuff > | return false; > | }
I don't know whether this will solve your problem, but you don't need to put in an extra t:if to prevent your component from rendering. I suggest doing the checks in setupRender and return false, if you do not want anything rendered. Take a look at the rendering phases: http://tapestry.apache.org/tapestry5.1/guide/rendering.html Cheers, nillehammer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org