Opened 18 years ago

Closed 18 years ago

#14 closed defect (fixed)

Viewing arrays throws error

Reported by: epugh@… 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

Change History (1)

comment:1 by Johan Enell, 18 years ago

Resolution: fixed
Status: newclosed

Changes cast of 'asc desc' to 'ASC DESC'.

Note: See TracTickets for help on using tickets.