Product.getProducts(Env ) returns an ArrayList not an
ArrayList as U're supposing according your jsp.
So that the iteration is made over a list of Strings and Strings has no
property nor getters for ProductName
Is it correct?
Alessio
2009/10/19 mlivro79
>
> Hi,
>
> i think that if you call
depends from
the code above... the cause is clear. You set an ArrayList of Strings in
your form and the page iterate over this array that contain Strings and not
Product objects as you expeted.
It's obvious that if you fill the array of the form with an array containing
Product objects tha jsp ha
+1 for me too
2008/7/7 Marc Logemann <[EMAIL PROTECTED]>:
>
> +1 for the suggestion
>
> Marc
>
> On Mon, 7 Jul 2008 12:53:14 +0200 (MEST), "[EMAIL PROTECTED]"
> <[EMAIL PROTECTED]> wrote:
> > Could Struts project admins separate Struts1 and Struts2 users mailing
> > lists?
> > I think it is bad f
3 matches
Mail list logo