Java - General » Beans » Getting List Values From Bean
Hi Tauseef,
I used List reference, which uses ArrayList Object.
213 Views
2 Replies
Getting List Values From Bean
Posted 11-08-2009Reply
Hi Everybody.
I hav a Bean in which list is one of the property.
I set the values of the List thr' setter method, the values are set properly.
But when I retrieve values thr' getter method only last value is retrieved, but still List size is proper only last value is repeated throughout.
Thanks in advance!
Hi Tauseef,
I used List reference, which uses ArrayList Object.











