Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 5339

Show
Ignore:
Timestamp:
08/21/08 21:55:10 (3 months ago)
Author:
mseaton
Message:

fixed #983: Changing use of deprecated method to use of new taglib to retrieve obs value in jsp tag.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/tags/lastNObs.tag

    r4096 r5339  
    1414                <span class="obsLabel"><spring:message code="${label}" />:</span> 
    1515        </c:if> 
    16         <span class="obsValue">${o.valueAsString[locale]}</span> 
     16        <span class="obsValue"><openmrs:format obsValue="${obs}"/></span> 
    1717        <c:if test="${showUnits}"> 
    1818                <openmrs:concept conceptId="${o.concept.conceptId}" var="c" nameVar="n" numericVar="nv"> 
  • openmrs/branches/data_synchronization_bidirectional/web/WEB-INF/tags/mostRecentObs.tag

    r4096 r5339  
    1313                <span class="obsLabel"><spring:message code="${label}" />:</span> 
    1414        </c:if> 
    15         <span class="obsValue">${o.valueAsString[locale]}</span> 
     15        <span class="obsValue"><openmrs:format obsValue="${o}"/></span> 
    1616        <c:if test="${showUnits}"> 
    1717                <openmrs:concept conceptId="${o.concept.conceptId}" var="c" nameVar="n" numericVar="nv">