Opened 19 years ago
Closed 19 years ago
#14 closed defect (fixed)
Viewing arrays throws error
Reported by: | Owned by: | Gregory Vincic | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | web | Version: | |
Keywords: | Cc: |
Description
org.jdom.input.JDOMParseException on page /base2demo/lims/arraydesigns/index.jsp Error in building: Attribute "direction" with value "ASC" must have a value from the list "asc desc ". at line 3 in file 'null': Attribute "direction" with value "ASC" must have a value from the list "asc desc ". at line 3 in file 'null' ...at org.jdom.input.SAXBuilder.build(SAXBuilder.java:473) ...at org.jdom.input.SAXBuilder.build(SAXBuilder.java:851) ...at net.sf.basedb.util.XMLUtil.getValidatedXml(XMLUtil.java:141) ...at net.sf.basedb.clients.web.TableInfo.fromXml(TableInfo.java:68)
57 more...
Go back
Changes cast of 'asc desc' to 'ASC DESC'.