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
>
> 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
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
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
Hello:
I have a question about how to setup a "situation" I have. I want to
have a jsp page that has a variable number of text fields on it, named
qty1, qty2, ... qtyN where N is some unknown number. I tried to set it
up and use no form bean at all so I could just pull them from the
reque
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
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
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.
8 matches
Mail list logo