Changeset 22832


Ignore:
Timestamp:
09/09/10 10:47:29 (17 months ago)
Author:
fhu
Message:

A new Save Bag action with InterMine ids

Location:
trunk/intermine
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/intermine/webapp/main/resources/webapp/WEB-INF/struts-config.xml

    r22539 r22832  
    282282      <forward name="bag" path="/bagDetails.do"/> 
    283283    </action> 
     284    <action path="/saveFromIdsToBag" type="org.intermine.web.struts.SaveFromIdsToBagAction"> 
     285      <forward name="begin" redirect="true" path="/begin.do"/> 
     286      <forward name="bagDetails" redirect="true" path="/bagDetails.do"/> 
     287    </action> 
    284288    <action path="/saveQuery" name="saveQueryForm" type="org.intermine.web.struts.SaveQueryAction" input="query"> 
    285289      <forward name="query" path="query.page"/> 
Note: See TracChangeset for help on using the changeset viewer.