I\'ve tried searching for existing answers, but I could not find them.
I\'d like to access an ArrayList from an object within an ArrayList, so:
Basically t
I'm not sure but I don't think you can access public non-static getters like you do (assuming getName() is marked as public).
getName()
You should try:
One note: the above code is absolutely not valid XHTML (span directly inside table, tr directly inside td).
span
table
tr
td