>
> 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.asList(strAry);
    }


shouldn't have a parameter.
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)), but
nobody corrected the error :-(


Tamas

Reply via email to