-
Defect
-
Resolution: Done
-
Major
-
None
-
None
Bob encountered the following exception when browsing to the FileDownloadPage:
Caused by: org.apache.jasper.JasperException: An exception occurred
processing JSP page /WEB-INF/views/jsp/browse/view-dataset-files.jsp at
line 249
246: <div class="yui-dt-liner"><span
class="yui-dt-label">Location</span></div>
247: </c:set>
248: <display:column title="${collectionTableHeader}" class="yui-dt-last">
249: <div class="yui-dt-liner">${logicalFileRow.location }</div>
250: </display:column>
251:
252:
...
Caused by: javax.el.ELException: Error reading 'location' on type
eske.web.controllers.browse.models.LogicalFileDownloadRow
...
Bob mentioned that the exception occurred after he manually restored a top-level Test project.
Caused by: org.apache.jasper.JasperException: An exception occurred
processing JSP page /WEB-INF/views/jsp/browse/view-dataset-files.jsp at
line 249
246: <div class="yui-dt-liner"><span
class="yui-dt-label">Location</span></div>
247: </c:set>
248: <display:column title="${collectionTableHeader}" class="yui-dt-last">
249: <div class="yui-dt-liner">${logicalFileRow.location }</div>
250: </display:column>
251:
252:
...
Caused by: javax.el.ELException: Error reading 'location' on type
eske.web.controllers.browse.models.LogicalFileDownloadRow
...
Bob mentioned that the exception occurred after he manually restored a top-level Test project.