Changes between Initial Version and Version 1 of Ticket #915
- Timestamp:
- Feb 4, 2008, 10:03:18 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #915 – Description
initial v1 3 3 Since the configuration is in an external file there are no database constraints that we can lean on to make sure that used raw data types are never deleted. Maybe we can have a "dummy" raw data type so we don't have to return null. 4 4 5 Example stacktrace: 6 7 {{{ 8 java.lang.NullPointerException 9 at org.apache.jsp.views.rawbioassays.list_005frawbioassays_jsp._jspService(list_005frawbioassays_jsp.java:1295) 10 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) 11 12 }}} 13 14 Line 1295 in list_rawbioassays.jsp is: 15 16 {{{out.print(HTML.encodeTags(rdt.getName()));}}} 17 18