Em Sun, 05 Jul 2009 02:25:38 -0300, Captain Cid <captain_...@indiatimes.com> escreveu:

I have put my queries in one of the rendering methods

        @BeginRender
        void renderMessage(MarkupWriter writer) {
               //query code
        }

and it is getting invoked somehow...even though it is unused component ?
what do u suggest ?

@BeginRender methods should only be invoked when its class or component renders, so there's something strange here. Please post exactly the component and method that is being rendered/invoked unnecessarily.

--
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