Re: Tap4 and Jetty Form Too Large

2007-06-08 Thread Dan Adams
I've only hit this problem once and in that situation I was looping over 5000 objects using @For in a form without using an IPrimaryKeyConverter so each of the 5000 objects would get serialized and put in the form. I ended up just taking it out of the form entirely but I perhaps also could have

Re: Tap4 and Jetty Form Too Large

2007-06-08 Thread Miguel Angel Hernández
Hi Dan, I've checked the source and I'm trying to define a IPrimaryKeyConverter, but it seems it could help a lot. Thanks, Miguel Hernández On 6/8/07, Dan Adams [EMAIL PROTECTED] wrote: I've only hit this problem once and in that situation I was looping over 5000 objects using @For in a