List<InboxTransmission> inboxList = new ArrayList<InboxTransmission>(); //Collection varaible declaration
inboxList = InboxService.getInstance().getTransmissionList(userName); // use service layer to call web service method
request.setAttribute("inboxList", inboxList); //Put data into request object.
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.