Thanks. It was the diff in compress state in client settings that made the difference.
We are going to make the changes to one-form per page but it will take some work. -----Original Message----- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 12:50 PM To: MyFaces Discussion Subject: Re: Big increase in page size between 1.1.1 and 1.1.4 One thing you can do in general with client-side state saving is make sure you only have one form per page. Each form on the page has to have its own copy of the saveState data, so I would expect each additional form declared to add around 100% more characters as saveState data is typically the largest thing on the page.

