Is it necessary for me to store numbers as another POJO in the ArrayList
rather than storing in as String?
On 3/14/06, chuanjiang lo <[EMAIL PROTECTED]> wrote:
>
> I have a ArrayList of CustomerBean.
> CustomerBean
> Property:customer_name Type: String
> Property:numbersType: ArrayList
I have a ArrayList of CustomerBean.
CustomerBean
Property:customer_name Type: String
Property:numbersType: ArrayList that stores Strings
In my Action class, i return the ArrayList through request scope.
request.setAttribute("CustomerList", customerList);
In my view, i have something,
2 matches
Mail list logo