Re: Form Bean Question

2005-09-30 Thread Wendy Smoak
From: "Tamas Szabo" <[EMAIL PROTECTED]> http://struts.apache.org/faqs/indexedprops.html In my oppinion this page contains an error. I already reported this (wrote a mail about it on this list (don't know if this is a way to report an error in the docs)), http://struts.apache.org/faqs/helpin

Re: Form Bean Question

2005-09-30 Thread Tamas Szabo
> > However, before you do that, have a look at this page: > > http://struts.apache.org/faqs/indexedprops.html In my oppinion this page contains an error. In the List-Backed Indexed Properties the method public java.util.List getStringIndexed(int index) { return java.util.Arrays.asL

Re: Form Bean Question

2005-09-29 Thread Frank W. Zammetti
Yes, you absolutely can use Struts with ActionForms. You will have to take responsibility for getting values out of request, and for validatation, etc., but the answer is yes. However, before you do that, have a look at this page: http://struts.apache.org/faqs/indexedprops.html If you want to s

Re: Form Bean Question

2005-09-29 Thread Murray Collingwood
You could write lots of jsp code to handle it: As you can imagine this is pretty silly. In your action form, when preparing the display (ie when you put the text fields into the request scope) instead of adding them as separate entries it would be better to create a collecti

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