Hi, I've recently started using Tapestry and I've become a big fan, especially for the way it relieves me of "plumbing code".
But recently, I noticed that there seems to be a significant performance problem -- I have a huge form which uses ListEditMap and there can easily be up to 50 rows of form elements. I think because of the rewind that's happening (and all the hidden fields generated), the page has become very slow. I've also confirmed that its not the backend/database code that is the source of the problem because I can see in the logs that the backend method calls terminate fairly quickly. You guys have any suggestion to help speed up my page? I think the performance problem has reached a point where its unacceptable. Br, -Yves- -- A bus station is where a bus stops. A train station is where a train stops. On my desk I have a work station... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
