Re: T4: Problem PageBeginRender running twice in portlet

2007-08-29 Thread Nick Westgate
I have no experience with Portlets (or Tapestry 4, really ;-) but PageRenderListener methods being called twice is normal operation for form submits. - first for the form "rewind" - again for the actual rendering of the page The usual boilerplate code is something like: public void pageBegi

T4: Problem PageBeginRender running twice in portlet

2007-08-29 Thread Yavorskiy Dmitriy
Hi, i have one problem. I use Tapestry 4.0.2 and have written a portlet with some heavy operations(loading data from database and reading preferences from portal server) All this operations are working from this method public void pageBeginRender(PageEvent event) { ... my own heavy ope

Problem: PageBeginRender running twice in portlet

2007-08-29 Thread Yavorskiy Dmitriy
Hi, i have one problem. I use Tapestry 4.0.2 and have written a portlet with some heavy operations(loading data from database and reading preferences from portal server) All this operations are working from this method public void pageBeginRender(PageEvent event) { ... my own heavy ope