Changes between Initial Version and Version 1 of Ticket #915


Ignore:
Timestamp:
Feb 4, 2008, 10:03:18 AM (16 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #915 – Description

    initial v1  
    33Since 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.
    44
     5Example stacktrace:
     6
     7{{{
     8java.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
     14Line 1295 in list_rawbioassays.jsp is:
     15
     16{{{out.print(HTML.encodeTags(rdt.getName()));}}}
     17
     18