~dhis2-devs-core/dhis2/dataentryform

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-mapping/src/main/resources/META-INF/dhis/beans.xml

  • Committer: Tran Thanh Tri
  • Date: 2010-05-04 05:24:53 UTC
  • Revision ID: tri@tranthanhtri-pc-20100504052453-wex6ta6327tjxnrt
GIS - fixed export image in FF

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
 
318
318
        <!-- Export Map -->
319
319
 
320
 
        <bean id="org.hisp.dhis.mapping.action.ExportImageAction" class="org.hisp.dhis.mapping.action.ExportImageAction"
321
 
                scope="prototype">
 
320
        <bean id="org.hisp.dhis.mapping.action.ExportImageAction" class="org.hisp.dhis.mapping.action.ExportImageAction">
322
321
                <property name="periodService" ref="org.hisp.dhis.period.PeriodService" />
323
322
                <property name="indicatorService" ref="org.hisp.dhis.indicator.IndicatorService" />
324
323
        </bean>