Hi everybody i want to do like below but it shows the following warning .
Type safety: Unchecked cast from Object to
ArrayList<OfficeOfferLetter>
In the above code OfficeOfferLetter is the serealizable Bean Arraylist;Code:ArrayList<OfficeOfferLetter> allletters=new ArrayList<OfficeOfferLetter>(); allletters=(ArrayList<OfficeOfferLetter>) request.getAttribute("offerletters"):
& request.getAttribute("offerletters") return the object thats why it shows above warning.
so please suggest any solution ...
thank you


Reply With Quote
Bookmarks