Re: Setup methods are called twice while requesting a page.

2011-11-09 Thread pradeepchy
Thanks Christian- I have spotted the problem with the help of your trick to know the exact cause of it. Thanks for your help. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Setup-methods-are-called-twice-while-requesting-a-page-tp4975888p4977710.html Sent from the

Re: Setup methods are called twice while requesting a page.

2011-11-08 Thread Christian Riedel
to pull data from db. > > @SetupRender > void setupdata(){ > //DB Call. > } > > Is there any work around to protect the extra call, please suggest. > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Setup-methods-are-called-twice-while-requestin

Setup methods are called twice while requesting a page.

2011-11-08 Thread pradeepchy
void setupdata(){ //DB Call. } Is there any work around to protect the extra call, please suggest. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Setup-methods-are-called-twice-while-requesting-a-page-tp4975888p4975888.html Sent from the Tapestry - User mailing list archive