Re: form-bean question - help

2005-05-26 Thread croffman
Correct. Is the compress filter help anyway, to reduce problems? Croff - Original Message - From: "Larry Meadors" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, May 25, 2005 10:59 PM Subject: Re: form-bean question - help So, you hav

Re: form-bean question - help

2005-05-25 Thread Larry Meadors
So, you have a form bean with a total of ~300 properties? Yes, that could be a bit heavy in a high load environment. Larry On 5/25/05, croffman <[EMAIL PROTECTED]> wrote: > I have a form bean which has few form-bean properties (less than 10) each of > type customized class, which contains arou

form-bean question - help

2005-05-25 Thread croffman
I have a form bean which has few form-bean properties (less than 10) each of type customized class, which contains around 30 attributes. Does any one have any idea is there any impact on high volume testing? Your suggestions are helpful. Thanx in advance.