Deleting and updating dataset data | michael_stover | 2010-12-09 05:40 | |||||||||||||||
Status: Closed | |||||||||||||||||
I am using labkey version 10.2. One problem I am having is with deleting a row in a study dataset. Whenever I try, I get a NullPointerException: java.lang.NullPointerException at org.labkey.study.controllers.StudyController$DeleteDatasetRowsAction.handlePost(StudyController.java:2393) at org.labkey.study.controllers.StudyController$DeleteDatasetRowsAction.handlePost(StudyController.java:2360) at org.labkey.api.action.FormViewAction.handleRequest(FormViewAction.java:91) at org.labkey.api.action.FormViewAction.handleRequest(FormViewAction.java:75) at org.labkey.api.action.BaseViewAction.handleRequestInternal(BaseViewAction.java:167) The other problem is I don't see any way to update a particular record in a study dataset. If an entry is wrong or missing a value, how do I change it or add a value to a particular column? I suppose one could delete a row and then add it again (if deleting worked), but that is really ugly. Any help is appreciated. |
|||||||||||||||||
| |||||||||||||||||