Mike Simmons wrote:Does the class CleanupFileWrapper have a method like getFileName()? Can you show the declaration of the field you're attempting to access, and its getter?
CleanupFileWrapper has following declarations inside it:
The getFileName() is defined inside CleanupFile. So I guess I am trying to access it correctly in my JSP if I do it like this : cleanupFile.fileName , cleanupFile.cleanupFileId ?
Similarly, when I tested the following:
I ended up getting the error:
Seems like it's not going one more level deep or I'm accessing it incorrectly?