I'm installing a new development machine. I've checked out branch 8.3. Upgraded to IntelliJ 8.0. I'm getting this error:
C:\CPAS\server\build.xml:651: org.apache.jasper.JasperException: file:C:/CPAS/build/modules/experiment/jspTempDir/webapp/org/labkey/experiment/controllers/list/customizeSingleListWebPart.jsp(54,46) Attribute value props.get("listId") is quoted with " which must be escaped when used within the value
C:\CPAS\server\build.xml:651: org.apache.jasper.JasperException: file:C:/CPAS/build/modules/experiment/jspTempDir/webapp/org/labkey/experiment/controllers/list/customizeSingleListWebPart.jsp(54,46) Attribute value props.get("listId") is quoted with " which must be escaped when used within the value
If I escape the quotes it will continue to another jsp with the same error. Is there something in my configuration that causes this?
Thanks,
Bill
P.S. Adam: Your advice on how to use lists in the study module was a great help. Thanks! |