Don't copy that method to the ForumAction class, use it as is, like new AttachmentCommon(request, forumId).getAttachments(postId, forumId). The postId and forumId variables need to reflect the post that has the attachment you intend to show. request is available as an instance variable in the ForumAction class.
|