Ignore:
Timestamp:
01/02/11 19:30:58 (13 years ago)
Author:
vronk
Message:

changes to columns, terms (unfinished) ; .ui-context-dialog

File:
1 edited

Legend:

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

    r980 r1029  
    1313               
    1414                <global-results>
    15                             <result name="exception">/Exception.jsp</result>                       
     15                            <result name="exception">/Exception.jsp</result>
     16                            <!-- tried setting html-status, didn't work: 
     17                                <result name="exception">
     18                              <param name="status">500</param>
     19                              <param name="location">/Error.jsp</param>                     
     20                            </result> -->
    1621                            <result name="error">/Error.jsp</result>
    1722                </global-results>
     
    8994                                <param name="actionkey">profiles</param>
    9095                            <result type="stream">             
    91                                 <param name="contentType">$(actionContentType)</param>                         
     96                                <param name="contentType">${getActionContentType()}</param>                             
    9297                                <param name="inputName">resultStream</param>
    9398                            </result>
     
    98103                                <param name="actionkey">elements</param>
    99104                            <result type="stream">             
    100                                 <param name="contentType">text/xml</param>                             
     105                                <param name="contentType">${getActionContentType()}</param>                             
    101106                                <param name="inputName">resultStream</param>
    102107                            </result>
     
    117122                                <param name="q">{2}</param>
    118123                                <param name="actionkey">terms</param>
    119                             <result type="stream">             
    120                                 <param name="contentType">$(actionContentType)</param>
     124                            <result type="stream">
     125                               <param name="contentType">${getActionContentType()}</param>
    121126                                <!-- <param name="contentType">text/html</param>  -->                           
    122127                                <param name="inputName">resultStream</param>
     
    228233                           <param name="q">{3}</param>
    229234                           <result type="stream">                             
    230                                 <param name="contentType">${getactionContentType()}</param>
     235                                <param name="contentType">${getActionContentType()}</param>
    231236                                <!--<param name="contentType">text/html</param>
    232237                                 -->
Note: See TracChangeset for help on using the changeset viewer.