Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
04/18/08 21:58:51 (9 months ago)
Author:
djazayeri
Message:

form refactoring branch: forgot to include the webapp context path in the url for entering a form

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/form_refactoring/web/WEB-INF/view/portlets/patientFormEntry.jsp

    r3954 r3961  
    1717                                                        java.util.Map.Entry entry = (java.util.Map.Entry) pageContext.getAttribute("formAndProviders"); 
    1818                                                %> 
    19                                                 <a href="<%= prov.getEntryUrl((org.openmrs.Form) entry.getKey(), person) %>"> 
     19                                                <a href="${pageContext.request.contextPath}/<%= prov.getEntryUrl((org.openmrs.Form) entry.getKey(), person) %>"> 
    2020                                                        [<spring:message code="${provider.displayName}"/>] 
    2121                                                </a>