Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.62 KB | None | 0 0
  1. Unable to compile class for JSP:
  2.  
  3. An error occurred at line: 584 in the jsp file: /WEB-INF/view/module/reportingcompatibility/reports/dataExportForm.jsp
  4. org.openmrs.web.taglib.ForEachReportObjectTag cannot be resolved to a type
  5. 581: <spring:bind path="dataExport.patientSearchId">
  6. 582: <select name="patientSearchId">
  7. 583: <option value=""></option>
  8. 584: <rpt:forEachReportObject name="reportObject" reportObjectType="Patient Search">
  9. 585: <option value="${record.reportObjectId}" <c:if test="${status.value == record.reportObjectId}">selected</c:if>>${record.name}</option>
  10. 586: </rpt:forEachReportObject>
  11. 587: </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement