Ignore:
Timestamp:
11/16/10 11:51:55 (14 years ago)
Author:
vronk
Message:

trying to solve the terms-view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/struts.xml

    r891 r908  
    8989                                <param name="actionkey">profiles</param>
    9090                            <result type="stream">             
    91                                 <param name="contentType">text/xml</param>                             
     91                                <param name="contentType">$(actionContentType)</param>                         
    9292                                <param name="inputName">resultStream</param>
    9393                            </result>
     
    118118                                <param name="actionkey">terms</param>
    119119                            <result type="stream">             
    120                                 <!--  <param name="contentType">$(actionContentType)</param> -->
    121                                 <param name="contentType">text/html</param>                             
     120                                <param name="contentType">$(actionContentType)</param>
     121                                <!-- <param name="contentType">text/html</param>  -->                           
    122122                                <param name="inputName">resultStream</param>
    123123                            </result>
Note: See TracChangeset for help on using the changeset viewer.